Skip to content

Commit e201a35

Browse files
committed
remove upper python version limit from urllib3
1 parent 2ac046e commit e201a35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ujson = [
3939
]
4040
urllib3 = [
4141
{version = ">=1.25.4,<1.27", python = ">=3.8,<3.10"},
42-
{version = "^2.6.3", python = ">=3.10,<3.15"},
42+
{version = "^2.6.3", python = ">=3.10"},
4343
]
4444
botocore = { version = "^1.34.0", optional = true }
4545
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)