Skip to content

Commit

Permalink
pyatls: correct urllib version range
Browse files Browse the repository at this point in the history
  • Loading branch information
HernanGatta committed Aug 21, 2023
1 parent 30eb08b commit d8d89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"cryptography",
"PyJWT",
"pyOpenSSL",
"urllib3==1.26.16",
"urllib3 >= 1.26.16, < 2.1.0",
]

[project.urls]
Expand Down

0 comments on commit d8d89ee

Please sign in to comment.