pypi graphql-core 3.3.0b2
v3.3.0b2

11 hours ago

Beta release GraphQL-core v3.3.0b2, based on GraphQL.js v17.0.0b2.

This patch-release supports Python 3.10 to 3.14.

There are no breaking changes after the last beta version 3.3.0b1.

Notable changes:

  • GraphQLError now accepts a cause argument and exposes a corresponding cause attribute, adopting the convention of the standard exception cause. When the cause is an exception, it is also exposed via the standard __cause__ attribute. The original_error attribute is now deprecated in favor of cause.
  • The following names are now exported from the top-level graphql package: VariableValues, SchemaChange, and the defer/stream validation rules DeferStreamDirectiveLabel, DeferStreamDirectiveOnRootField, DeferStreamDirectiveOnValidOperationsRule, and StreamDirectiveOnListField.

Thanks to @jkimbo for sponsoring this project.

Don't miss a new graphql-core release

NewReleases is sending notifications on new releases.