8000 fix: Add minimum requirement for urllib3 · etherscan-io/sentry-python@447e30f · GitHub
[go: up one dir, main page]

Skip to content

Commit 447e30f

Browse files
committed
fix: Add minimum requirement for urllib3
1 parent 057b136 commit 447e30f

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
@@ -23,7 +23,7 @@
2323
package_data={"sentry_sdk": ["py.typed"]},
2424
zip_safe=False,
2525
license="BSD",
26-
install_requires=["urllib3", "certifi"],
26+
install_requires=["urllib3>=1.9", "certifi"],
2727
extras_require={
2828
"flask": ["flask>=0.8", "blinker>=1.1"],
2929
"bottle": ["bottle>=0.12.13"],

0 commit comments

Comments
 (0)
290F
0