Skip to content

Commit ee19a1b

Browse files
committed
Relax requirements pins
The requirement pins are blocking Home Assistant from updating aiohttp home-assistant/core#145358
1 parent c753f98 commit ee19a1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"pyjwt~=2.10.1",
21-
"dacite~=1.8.1",
22-
"aiohttp~=3.11.10"
20+
"pyjwt>=2.10.1",
21+
"dacite>=1.8.1",
22+
"aiohttp>=3.11.10"
2323
]
2424

2525
[project.urls]
2626
Homepage = "https://github.com/keithle888/igloohome-api"
27-
Issues = "https://github.com/keithle888/igloohome-api/issues"
27+
Issues = "https://github.com/keithle888/igloohome-api/issues"
28+

0 commit comments

Comments
 (0)