Skip to content

Commit

Permalink
pin cryptography to avoid warning from parsl import
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Aug 9, 2024
1 parent efd891b commit 93021eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compute_endpoint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"jsonschema>=4.19.0,<4.20",
"cachetools>=5.3.1",
"types-cachetools>=5.3.0.6",
# Pin to 42.0.0 to avoid CryptographyDeprecationWarning, to be fixed in parsl
# See https://funcx.slack.com/archives/C016JMYST9C/p1723232785192439
"cryptography==42.0.0",
]

TEST_REQUIRES = [
Expand Down

0 comments on commit 93021eb

Please sign in to comment.