Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] Upgrade Typeguard to >4.3.0 (once it is available) #3216

Closed
ryan-williams opened this issue Oct 21, 2024 · 3 comments
Closed

[python] Upgrade Typeguard to >4.3.0 (once it is available) #3216

ryan-williams opened this issue Oct 21, 2024 · 3 comments

Comments

@ryan-williams
Copy link
Member

ryan-williams commented Oct 21, 2024

#3001 moves us to installing Typeguard@HEAD, because we need agronholm/typeguard#490 in order for tests/type-checking to pass in Python 3.12):

# Python 3.12 support requires https://github.com/agronholm/typeguard/pull/490;
# use Typeguard @ HEAD until that PR is included in a release. See also:
# https://github.com/single-cell-data/TileDB-SOMA/issues/3216
typeguard @ git+https://github.com/agronholm/typeguard

Once a new release of Typeguard is available, we should move to that: pypi.org/project/typeguard

cc @johnkerl

@johnkerl
Copy link
Member

Thanks @ryan-williams !

@johnkerl
Copy link
Member

@johnkerl
Copy link
Member

johnkerl commented Oct 28, 2024

Additional follow-up needed as flagged here: #3246 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants