Skip to content

Build(deps): Bump strawberry-graphql[fastapi] from 0.234.0 to 0.234.2

Bumps strawberry-graphql[fastapi] from 0.234.0 to 0.234.2.

Release notes

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

🍓 0.234.2

This release fixes an issue when trying to retrieve specialized type vars from a generic type that has been aliased to a name, in cases like:

@strawberry.type
class Fruit(Generic[T]): ...
SpecializedFruit = Fruit[str]

Releases contributed by @​bellini666 via #3535

🍓 0.234.1

Improved error message when supplying GlobalID with invalid or unknown type name component

Releases contributed by @​diesieben07 via #3533

Changelog

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

0.234.2 - 2024-06-07

This release fixes an issue when trying to retrieve specialized type vars from a generic type that has been aliased to a name, in cases like:

@strawberry.type
class Fruit(Generic[T]): ...
SpecializedFruit = Fruit[str]

Contributed by Thiago Bellini Ribeiro via [PR #3535](strawberry-graphql/strawberry#3535)

0.234.1 - 2024-06-06

Improved error message when supplying GlobalID with invalid or unknown type name component

Contributed by Take Weiland via [PR #3533](strawberry-graphql/strawberry#3533)

Commits

Merge request reports