Skip to content

Commit

Permalink
Removed urllib [secure]
Browse files Browse the repository at this point in the history
Removed urllib3[secure] dependency
  • Loading branch information
fyunusa committed Aug 10, 2022
1 parent d9f584e commit 7181175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ py_wheel(
python_requires = "~=3.7",
python_tag = "py3",
requires = [
"urllib3[secure, socks]~=1.26",
"urllib3[socks]~=1.26",
"trio~=0.17",
"trio-websocket~=0.9",
],
Expand Down

1 comment on commit 7181175

@fyunusa
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modified urllib3[secure, socks] extra to urllib3[socls] due to deprecation on furute release

Please sign in to comment.