Skip to content

Commit 38aba81

Browse files
joostlekballoob
authored andcommitted
Pin gql to 3.5.3 (home-assistant#150800)
1 parent 27b32c5 commit 38aba81

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

homeassistant/package_constraints.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,6 @@ num2words==0.5.14
221221
# downgraded or upgraded by custom components
222222
# This ensures all use the same version
223223
pymodbus==3.9.2
224+
225+
# Some packages don't support gql 4.0.0 yet
226+
gql<4.0.0

script/gen_requirements_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@
247247
# downgraded or upgraded by custom components
248248
# This ensures all use the same version
249249
pymodbus==3.9.2
250+
251+
# Some packages don't support gql 4.0.0 yet
252+
gql<4.0.0
250253
"""
251254

252255
GENERATED_MESSAGE = (

0 commit comments

Comments
 (0)