Skip to content

Commit 75f09c3

Browse files
committed
fix: Bump minimal required version of urllib3
Fix getsentry#536
1 parent b35fa6b commit 75f09c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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>=1.9", "certifi"],
26+
install_requires=["urllib3>=1.10.0", "certifi"],
2727
extras_require={
2828
"flask": ["flask>=0.8", "blinker>=1.1"],
2929
"bottle": ["bottle>=0.12.13"],

0 commit comments

Comments
 (0)