Graphql-core

Latest version: v3.2.5

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

Scan your dependencies

Page 6 of 13

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.

3.0.0b1

Second beta release of GraphQL-core 3, based on GraphQL.js v14.5.6.

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

In addition to incorporating the latest changes from GraphQL.js (see particularly the list of changes in GraphQL.js [v14.5.5](https://github.com/graphql/graphql-js/releases/tag/v14.5.5)), this release also contains the following improvements and changes:

* Changes: `format_error` now returns locations as a list of dicts (62)
* Bugs: Detect args passed to directive without args (63)

Contributors to this release were:

Cito, Dodobibi, ktosiek

Thanks to everybody who contributed by sending bug reports or pull requests. Please continue to report any problems you find in this beta release, so that these can be fixed in the final v3 release.

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.