Skip to content

Commit 86d1492

Browse files
authored
Deprecation notice about urllib3[secure] (#746)
* Removed urllib3[secure] dependencies Removed 'urllib3[secure] < 1.25 ; python_version < "3.5"' and 'urllib3[secure] < 2 ; python_version >= "3.5"' * updated with urllib3 dependency updated with urllib3 dependency but without the urllib3[secure] extra * reverted back urllib3[secure] < 1.25.x or earlier reverted back the urllib3[secure] extra for earlier versions of urllib3
1 parent 157b470 commit 86d1492

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
@@ -66,7 +66,7 @@
6666
'importlib-metadata ; python_version < "3.8"',
6767
"psutil>=5,<6",
6868
'urllib3[secure] < 1.25 ; python_version < "3.5"',
69-
'urllib3[secure] < 2 ; python_version >= "3.5"',
69+
'urllib3 < 2 ; python_version >= "3.5"',
7070
"wrapt>=1.10,<2.0",
7171
],
7272
keywords=["apm", "performance monitoring", "development"],

0 commit comments

Comments
 (0)