Skip to content

Commit

Permalink
Set cryptography to a more conservative version
Browse files Browse the repository at this point in the history
Some compatability issues raised in testing with 3.3.0
  • Loading branch information
tofu-rocketry committed Feb 16, 2024
1 parent d193577 commit 4dbf4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
argo-ams-library
certifi<2020.4.5.2 # Used by AMS (via requests), 2020.4.5.2 dropped support for Python 2
pyopenssl<=21.0.0 # 22.0.0 dropped support for Python 2
cryptography==3.3.0 # Crypto dropped support for Python 2 after 3.3. They're now on 41.X...
cryptography==3.2.0 # Crypto dropped support for Python 2 after 3.3
stomp.py<5.0.0
python-daemon<=2.3.0 # 2.3.1 dropped support for Python 2
python-ldap<3.4.0 # python-ldap-3.4.0 dropped support for Python 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
download_url='https://github.com/apel/ssm/releases',
license='Apache License, Version 2.0',
install_requires=[
'cryptography==3.3.0',
'cryptography==3.2.0',
'stomp.py<5.0.0',
'python-ldap<3.4.0',
'setuptools',
Expand Down

0 comments on commit 4dbf4fd

Please sign in to comment.