Pin gql to 3.5.3 (#150800)

This commit is contained in:
Joost Lekkerkerker
2025-08-17 19:27:17 +02:00
committed by GitHub
parent ff418f513a
commit e80c090932
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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 = (