Skip to content

Commit 60ca737

Browse files
author
Daniel Bush
committed
chore: restore dep version requirement
1 parent a1e31b8 commit 60ca737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"Programming Language :: Python :: 3.7",
1818
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1919
],
20-
install_requires=["requests>=2.26.0", "urllib3>=1.26.5,<2.0.0"],
20+
install_requires=["requests>=2.26.0", "urllib3>=1.26.5"],
2121
)

0 commit comments

Comments
 (0)