We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35fa6b commit 75f09c3Copy full SHA for 75f09c3
setup.py
@@ -23,7 +23,7 @@
23
package_data={"sentry_sdk": ["py.typed"]},
24
zip_safe=False,
25
license="BSD",
26
- install_requires=["urllib3>=1.9", "certifi"],
+ install_requires=["urllib3>=1.10.0", "certifi"],
27
extras_require={
28
"flask": ["flask>=0.8", "blinker>=1.1"],
29
"bottle": ["bottle>=0.12.13"],
0 commit comments