Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t20 authored Oct 30, 2024
1 parent e8ae9ca commit ca27d89
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
Expand Up @@ -21,7 +21,7 @@ def _get_prod_version():
_IS_TEST_BUILD = os.environ.get("IS_TEST_BUILD", 0)

REQUIRES = [
"urllib3==1.26.12",
"urllib3>=1.26.12",
"python-dateutil",
"python-dotenv==0.20.0",
"six==1.16.0",
Expand Down

0 comments on commit ca27d89

Please sign in to comment.