Skip to content

Commit 0212781

Browse files
Remove limits for websockets and urllib3
1 parent f60bfe4 commit 0212781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ packages = [
2525

2626
[tool.poetry.dependencies]
2727
python = "^3.8"
28-
urllib3 = ">=1.26.9,<3.0.0"
29-
websockets = ">=10.3,<15.0"
28+
urllib3 = ">=1.26.9"
29+
websockets = ">=10.3"
3030
certifi = ">=2022.5.18,<2026.0.0"
3131

3232
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)