mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 02:11:32 +02:00
Pin gql to 3.5.3 (#150800)
This commit is contained in:
committed by
GitHub
parent
ff418f513a
commit
e80c090932
@@ -220,3 +220,6 @@ num2words==0.5.14
|
|||||||
# downgraded or upgraded by custom components
|
# downgraded or upgraded by custom components
|
||||||
# This ensures all use the same version
|
# This ensures all use the same version
|
||||||
pymodbus==3.11.1
|
pymodbus==3.11.1
|
||||||
|
|
||||||
|
# Some packages don't support gql 4.0.0 yet
|
||||||
|
gql<4.0.0
|
||||||
|
@@ -246,6 +246,9 @@ num2words==0.5.14
|
|||||||
# downgraded or upgraded by custom components
|
# downgraded or upgraded by custom components
|
||||||
# This ensures all use the same version
|
# This ensures all use the same version
|
||||||
pymodbus==3.11.1
|
pymodbus==3.11.1
|
||||||
|
|
||||||
|
# Some packages don't support gql 4.0.0 yet
|
||||||
|
gql<4.0.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Reference in New Issue
Block a user