Skip to content

Commit 2f26aae

Browse files
committed
Pin urllib version
* Avoid HASS conflicts
1 parent ee2574f commit 2f26aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rich = "^13.7.1"
1313
typer = "^0.12.3"
1414
ruff = "^0.5.4"
1515
pre-commit = "^3.7.1"
16-
types-requests = "^2.32.0.20240712"
1716
mashumaro = "^3.13.1"
17+
urllib3 = ">=1.26.5,<2"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^8.2.2"

0 commit comments

Comments
 (0)