Skip to content

Commit

Permalink
pin urllib3->1.25.11 + cryptography->39.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshdsk committed Mar 27, 2024
1 parent c6f2bb3 commit 5e40667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2020.6.20
cryptography==3.1.1
certifi==2024.2.2
cryptography==39.0.2
protobuf==3.13.0
requests==2.31.0
urllib3==2.2.0
urllib3==1.25.11
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def run(self):
]},
include_package_data=True,
cmdclass={'build_py': ProtobufBuilder},
install_requires=['cryptography>=2.2',
'protobuf>=3.5.2',
'requests'])
install_requires=['cryptography<41',
'protobuf==3.13.0',
'requests==2.31.0',
'urllib3 < 1.26.0'])

0 comments on commit 5e40667

Please # to comment.