Skip to content

Build(deps): bump strawberry-graphql[fastapi] from 0.226.0 to 0.227.0

Bumps strawberry-graphql[fastapi] from 0.226.0 to 0.227.0.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.227.0

This release improves the schema codegen, making it more robust and easier to use.

It does this by introducing a directed acyclic graph for the schema codegen, which should reduce the amount of edits needed to make the generated code work, since it will be able to generate the code in the correct order (based on the dependencies of each type).

Releases contributed by @​patrick91 via #3116

🍓 0.226.2

This release updates our Mypy plugin to add support for Pydantic >= 2.7.0

Releases contributed by @​patrick91 via #3462

🍓 0.226.1

This releases fixes a bug in the mypy plugin where the from_pydantic method was not correctly typed.

Releases contributed by @​Corentin-Br via #3368

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.227.0 - 2024-04-19

This release improves the schema codegen, making it more robust and easier to use.

It does this by introducing a directed acyclic graph for the schema codegen, which should reduce the amount of edits needed to make the generated code work, since it will be able to generate the code in the correct order (based on the dependencies of each type).

Contributed by Patrick Arminio via [PR #3116](strawberry-graphql/strawberry#3116)

0.226.2 - 2024-04-19

This release updates our Mypy plugin to add support for Pydantic >= 2.7.0

Contributed by Patrick Arminio via [PR #3462](strawberry-graphql/strawberry#3462)

0.226.1 - 2024-04-19

This releases fixes a bug in the mypy plugin where the from_pydantic method was not correctly typed.

Contributed by Corentin-Br via [PR #3368](strawberry-graphql/strawberry#3368)

Commits

Merge request reports