Graphql-core

Latest version: v3.2.6

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 13

3.0.5

Bugfix release GraphQL-core v3.0.5, based on GraphQL.js v14.6.0.

The following issues are fixed in this release:

* Added type hint to default_field_resolver (88)
* Fixed memoization of collect_subfields (91)
* Fixed method name in Visitor docstring (92)

Contributors to this release were:

Cito, hoefling, nawatts, rafalp

Thanks to everyone who helped by sending bug reports or pull requests.

3.0.4

Patch release of GraphQL-core 3, based on GraphQL.js v14.6.0.

The primary fix is the new repository address [github.com/graphql-python/graphql-core](https://github.com/graphql-python/graphql-core) in the meta data.

3.0.3

Patch release of GraphQL-core 3, based on GraphQL.js v14.6.0.

This is essentially the same as version 3.0.2 except for one minor change:

* Added `Undefined` as a forward compatible alias for `INVALID`, which should be imported from the top level.

3.0.2

Patch release of GraphQL-core 3, based on GraphQL.js v14.6.0.

This is essentially the same as version 3.0.1 except for one minor change:

* Added the missing validation rules that could not be imported from the `graphql` and `graphql.validation` packages.

Some requirements have also been updated, and we officially support Python 3.8 now.

3.0.1

Patch release of GraphQL-core 3, based on GraphQL.js v14.5.8.

This is essentially the same as version 3.0.0 except for one minor change:

* The `utilities.get_introspection_query` module has been renamed back to `utilities.introspection_query`, since that was the name used in GraphQL.js v14.5.8 - renaming the module will be postponed to a version that replicates GraphQL.js v15.0.0.

Note that the `introspection_query` *constant* was already deprecated in v14 and had not been ported to graphql-core, like some other deprecated features.

3.0.0

Final release of GraphQL-core 3, based on GraphQL.js v14.5.8.

GraphQL-core 3 is the successor to both GraphQL-core 2 and GraphQL-core-next.

In addition to porting the minor changes in GraphQL.js since v14.5.6, this release also contains the following improvements:

* GraphQL-core 3 now officially supports Python 3.8
* Use mypy 0.750 and the new semantic analyzer (67)
* Fix for possible sort errors in `build_response()` (68)
* Document the differences between GraphQL-core 3 and GraphQL.js (24)

See also the changes in [v3.0.0b0](https://github.com/graphql-python/graphql-core-next/releases/tag/v3.0.0b0) and [v3.0.0b1](https://github.com/graphql-python/graphql-core-next/releases/tag/v3.0.0b1).

Contributors to this release were:

Cito, tebanep

Thanks to everyone who sent bug reports or pull requests.

Page 6 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.