Skip to content

Commit

Permalink
chore: restore dep version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bush committed Sep 27, 2023
1 parent a1e31b8 commit 60ca737
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 @@ -17,5 +17,5 @@
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
install_requires=["requests>=2.26.0", "urllib3>=1.26.5,<2.0.0"],
install_requires=["requests>=2.26.0", "urllib3>=1.26.5"],
)

0 comments on commit 60ca737

Please sign in to comment.