Skip to content

Commit 2e8968b

Browse files
authored
Merge pull request #536: Temporarily pin cryptography <49.0.0
2 parents 25066bf + 8151f5c commit 2e8968b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ def find_namespaced_packages(namespace):
122122
# https://github.com/fsspec/filesystem_spec/pull/1358 that causes the
123123
# error described in https://github.com/fsspec/s3fs/issues/790
124124
"fsspec[s3] !=2023.9.1",
125+
126+
# pyjwt[crypto] depends on cryptography. Our standalone build has issues
127+
# with 49.0.0, so it is avoided here as a temporary fix.
128+
# <https://github.com/nextstrain/cli/issues/535>
129+
"cryptography <49.0.0",
125130
],
126131

127132
extras_require = {

0 commit comments

Comments
 (0)