We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36629a4 commit 6f0d70eCopy full SHA for 6f0d70e
pyproject.toml
@@ -43,7 +43,7 @@ dynamic = ["version"]
43
[project.optional-dependencies]
44
autocompletion = ["argcomplete>=1.10.0,<3"]
45
yaml = ["PyYaml>=6.0.1"]
46
-graphql = ["gql[httpx]>=3.5.0,<4"]
+graphql = ["gql[httpx]>=4,<5"]
47
48
[project.scripts]
49
gitlab = "gitlab.cli:main"
requirements.txt
@@ -1,4 +1,4 @@
1
-gql==3.5.3
+gql==4.0.0
2
httpx==0.28.1
3
requests==2.32.4
4
requests-toolbelt==1.0.0
0 commit comments