Skip to content

Commit 79d1703

Browse files
Merge pull request #2025 from kili-technology/fix/broken-gql-dependancy
fix: broken gql dependency
2 parents 458465e + f8264ec commit 79d1703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"websocket-client >= 1.0.0, < 2.0.0",
4141
"cuid >= 0.4, < 0.5",
4242
"urllib3 >= 1.26, < 3",
43-
"gql[requests,websockets] >= 3.5.0b5, < 4.0.0",
43+
"gql[requests,websockets] >= 3.5.0, < 4.0.0",
4444
"filelock >= 3.0.0, < 4.0.0",
4545
"pip-system-certs >= 4.0.0, < 5.0.0; platform_system=='Windows'",
4646
"pyrate-limiter >= 3, < 4",

0 commit comments

Comments
 (0)