chore(deps): upgrade gql to 4.0.0#295
Merged
Merged
Conversation
Danielmoraisg
approved these changes
Jun 12, 2026
cec96ed to
dcbffc2
Compare
gql 4 deprecates variable_values kwargs on session.execute(); build a fresh GraphQLRequest per call so shared query constants stay immutable.
Document empty-dict omission, add regression test, and replace stale DocumentNode references with GraphQLRequest.
1939a70 to
54d4c99
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gql[httpx]>=4.0.0,<5inpackages/sdkand refreshuv.lock.gql()constants areGraphQLRequestobjects (use.documentfor AST introspection); HTTP timeouts surface asTransportConnectionFailed(subclass ofTransportError, so existing CLI catches remain valid).session.execute(query, variable_values=...)preserved;verify=Trueunchanged from PR1.[Unreleased].Stacked on pydantic upgrade branch — merge after
chore/upgrade-pydantic-2.13.Test plan
uv run pytest -m "not integration"— 2947 passeduv run ruff check .uv run pytest -m integration— 46 skipped (noPIPEFY_*creds in CI agent env)Manual smoke (post-merge)
get_me) against a configured server.npx @modelcontextprotocol/inspector uv --directory . run pipefy-mcp-serverfor transport debugging.