Skip to content

Commit 3ed978e

Browse files
committed
fix: pin gql version to 3.5.3 for now
1 parent d2a2093 commit 3ed978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type='text/markdown',
1414
packages=["tibber", "tibber.networking", "tibber.exceptions", "tibber.types"],
1515
install_requires=[
16-
"gql>=3.4.0",
16+
"gql==3.5.3",
1717
"gql[aiohttp]>=3.4.0",
1818
"gql[websockets]>=3.4.0",
1919
"graphql-core>=3.2.3",

0 commit comments

Comments
 (0)