Skip to content

Commit

Permalink
Deprecation notice about urllib3[secure] (#746)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fyunusa authored Sep 14, 2022
1 parent 157b470 commit 86d1492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'importlib-metadata ; python_version < "3.8"',
"psutil>=5,<6",
'urllib3[secure] < 1.25 ; python_version < "3.5"',
'urllib3[secure] < 2 ; python_version >= "3.5"',
'urllib3 < 2 ; python_version >= "3.5"',
"wrapt>=1.10,<2.0",
],
keywords=["apm", "performance monitoring", "development"],
Expand Down

0 comments on commit 86d1492

Please sign in to comment.