Skip to content

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

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

Release notes

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

🍓 0.227.2

This release fixes a minor issue where the docstring for the relay util to_base64 described the return type incorrectly.

Releases contributed by @​gbannerman via #3467

🍓 0.227.1

This release fixes an issue where annotations on @strawberry.types were overridden by our code. With release all annotations should be preserved.

This is useful for libraries that use annotations to introspect Strawberry types.

Releases contributed by @​patrick91 via #3003

🍓 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.2 - 2024-04-21

This release fixes a minor issue where the docstring for the relay util to_base64 described the return type incorrectly.

Contributed by Gavin Bannerman via [PR #3467](strawberry-graphql/strawberry#3467)

0.227.1 - 2024-04-20

This release fixes an issue where annotations on @strawberry.types were overridden by our code. With release all annotations should be preserved.

This is useful for libraries that use annotations to introspect Strawberry types.

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

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