Skip to content

Commit

Permalink
fix(deps): requests min version set to 2.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pant, Akshay <[email protected]>
  • Loading branch information
theakshaypant committed Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 898672b commit 62ac2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ def run(self):
'dynaconf',
'tqdm',
'numpy',
'requests',
'requests>=2.32.0',
'cloudpickle',
'cryptography',
'pandas',

0 comments on commit 62ac2c8

Please sign in to comment.