fix(deps): update dependency gql to v4#5233
Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency gql to v4#5233red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
ff35b8f to
2bb1250
Compare
55738ee to
d978dc3
Compare
d978dc3 to
4f66034
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
4f66034 to
a4e5333
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.
This PR contains the following updates:
==3.1.0->==4.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
graphql-python/gql (gql)
v4.0.0Compare Source
Breaking Changes
This is a big change:
gqlanddsl_gqlmethods will now return aGraphQLRequestinstead of aDocumentNodea
GraphQLRequestis an object containing the document and optionalvariable_valuesandoperation_nameexecuteandsubscribemethods now receive aGraphQLRequestas main argument instead ofa
DocumentNode,variable_valuesandoperation_nameargumentsvariable_valuesas an argument ofexecuteorsubscribestill works but is deprecatedSee https://gql.readthedocs.io/en/latest/usage/variables.html for the new syntax.
Previously if a task was cancelled while a subscription task was active,
the
asyncio.CancelledErrorException would be swallowed by our code.This is not the case anymore so you should now trap that Exception yourself.
The file upload functionality has been modified to require
FileVarinstancesfor uploaded files (the old method still works but is deprecated).
See https://gql.readthedocs.io/en/latest/usage/file_upload.html
Note that some backends might not support this and return
Unknown argument includeDeprecated. See #564Now gql will trap Exceptions raised by dependencies when executing a request and will
encapsulate that Exception into the
TransportConnectionFailedExceptionTransportConnectionClosedException replacingConnectionClosedException (#536)websocketattribute removed from transport, now using_connectedinstead (#536)Features
Batching requests is now fully supported, on sync or async transports, with automatic batching:
See https://gql.readthedocs.io/en/latest/advanced/batching_requests.html
Fixes
Fix httpx test deprecated warning (#542)
Refactor websockets transports (#536) :
Refactor WebSockets Transport with Dependency Injection Architecture
This major architectural improvement implements dependency injection patterns across the WebSockets transport layer, creating a more modular, testable, and extensible system:
Misc
v3.5.3Compare Source
v3.5.2Compare Source
Now supporting graphql-core v3.2.4 again (See issue #534)
v3.5.1Compare Source
3.5.1
Issue #529 reported that by default the
AIOHTTPTransportwas not validating ssl certificates(a self-certificate was accepted by default).
This version adds a warning to warn users (See PR #533).
As a workaround, using
ssl=Truein the transport arguments fix the issue.graphql-corehas been restricted to<3.2.4to fix tests.A new stable version will be made shortly.
v3.5.0Compare Source
IMPORTANT: graphql-core has been reverted to the stable versions 3.2.x
See #427
A new pre-release version will be made shortly with the graphql-core versions 3.3.x
New features
connector_owneris False (#382)new
anyiodependency addedBug fixes
None(#365)TransportQueryErrorshould extendTransportError(#392)This should fix the problems which appeared when requests version 2.30 bumped urllib3 to a 2.x version.
Documentation
Misc
AsyncTransportandTransportproper abstract base classes (#350)readthedocs remove
system_packages: truein confignode_treemethod in utilities to debug and compareDocumentNodeinstances (#449)v3.4.1Compare Source
Fixes
This should fix the problems which appeared when
requestsversion 2.30 bumpedurllib3to a 2.x version.v3.4.0Compare Source
New features
This new feature will make it more easy to keep a reference to a session in a class.
See the new documentation about this
Note: the backoff dependency had to be added for this feature
Bug fixes
Documentation
v3.3.0Compare Source
New features
Fixes
Documentation
v3.2.0Compare Source
New features
Fixes
Maintenance
scriptswithentry_points(#311)Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.