pypi strawberry-graphql 0.288.2
🍓 0.288.2

16 hours ago

Fixed two bugs where using strawberry.Maybe wrapped in Annotated or using an explicit field definition would raise a TypeError about "missing 1 required keyword-only argument", even though a Maybe field should allow None in all cases.

This fix addresses this via custom handling for annotations wrapped with Annotated and handling custom field with no default and no default_factory as possible to be None.

Releases contributed by @Birdi7 via #4084

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.