Skip to content

Commit b118236

Browse files
Update setup.py
Add pinned requirement for urllib3
1 parent a5f8102 commit b118236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
install_requires=[
3030
"requests>=2.27.0",
3131
"pip-system-certs>=4.0",
32+
"urllib3>=2.3.0"
3233
],
3334
setup_requires=[
3435
"wheel",

0 commit comments

Comments
 (0)