We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8a15c commit 45ff494Copy full SHA for 45ff494
homeassistant/package_constraints.txt
@@ -189,3 +189,7 @@ tuf>=4.0.0
189
190
# https://github.com/jd/tenacity/issues/471
191
tenacity!=8.4.0
192
+
193
+# 5.0.0 breaks Timeout as a context manager
194
+# TypeError: 'Timeout' object does not support the context manager protocol
195
+async-timeout==4.0.3
script/gen_requirements_all.py
@@ -205,6 +205,10 @@
205
206
207
208
209
210
211
212
"""
213
214
GENERATED_MESSAGE = (
0 commit comments