Skip to content

Commit 056fbcb

Browse files
WIP: testing gql update
1 parent c45e445 commit 056fbcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gitlab/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
_GQL_INSTALLED = True
2727
except ImportError: # pragma: no cover
2828
_GQL_INSTALLED = False
29+
raise
2930

3031

3132
REDIRECT_MSG = (

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gql==3.5.0
1+
gql==3.5.1
22
httpx==0.28.1
33
requests==2.32.3
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)