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.0In 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.3In this release, we updated the type hints for
subscription_protocols
across all HTTP view integrations. It's now consistently defined asSequence[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 asSequence[str]
, the minimum type required by Strawberry.Contributed by Jonathan Ehwald via [PR #3910](strawberry-graphql/strawberry#3910)
Commits
-
8a019ce
Release🍓 0.274.0 -
2783c8f
Fix operation selection (#3916) -
3f7b611
Release🍓 0.273.3 -
55a5d2e
Sync subscription protocols arg types (#3910) -
9f788ce
Fix django test client set unwanted content type (#3911) -
261527c
Fix type ignore was hiding support for HEAD (#3912) -
df8767f
Fix some test clients set unwanted body data (#3913) -
45ae1fd
Fix incorrectly typed params (#3914) -
8649ebe
Include pyright in our lockfile (#3915) -
071b32a
Remove redundant test app/view creation code (#3905) - See full diff in compare view