Skip to content

Bump strawberry-graphql[fastapi] from 0.273.2 to 0.274.0

Bumps strawberry-graphql[fastapi] from 0.273.2 to 0.274.0.

Release notes

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

🍓 0.274.0

In this release, we fixed various edge cases around operation selection in GraphQL documents. Now, operation selection works consistently across all protocols, both in documents with single and multiple operations.

Releases contributed by @​DoctorJohn via #3916

🍓 0.273.3

In this release, we updated the type hints for subscription_protocols across all HTTP view integrations. It's now consistently defined as Sequence[str], the minimum type required by Strawberry.

Releases contributed by @​DoctorJohn via #3910

Changelog

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

0.274.0 - 2025-06-16

In this release, we fixed various edge cases around operation selection in GraphQL documents. Now, operation selection works consistently across all protocols, both in documents with single and multiple operations.

Contributed by Jonathan Ehwald via [PR #3916](strawberry-graphql/strawberry#3916)

0.273.3 - 2025-06-16

In this release, we updated the type hints for subscription_protocols across all HTTP view integrations. It's now consistently defined as Sequence[str], the minimum type required by Strawberry.

Contributed by Jonathan Ehwald via [PR #3910](strawberry-graphql/strawberry#3910)

Commits

Merge request reports

Loading