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 d40d5d2 commit 6e3451bCopy full SHA for 6e3451b
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.5
4
requests-toolbelt==1.0.0
0 commit comments