Skip to content

Commit 6b51742

Browse files
authored
Update type hint to align with docs and usage. (#285)
1 parent 9b131a1 commit 6b51742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/transport/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(
4040
auth: Optional[AuthBase] = None,
4141
use_json: bool = True,
4242
timeout: Optional[int] = None,
43-
verify: bool = True,
43+
verify: Union[bool, str] = True,
4444
retries: int = 0,
4545
method: str = "POST",
4646
**kwargs: Any,

0 commit comments

Comments
 (0)