Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps strawberry-graphql[debug-server] from 0.288.1 to 0.288.2.

Release notes

Sourced from strawberry-graphql[debug-server]'s releases.

🍓 0.288.2

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

Changelog

Sourced from strawberry-graphql[debug-server]'s changelog.

0.288.2 - 2026-01-01

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.

Contributed by Egor via [PR #4084](strawberry-graphql/strawberry#4084)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [strawberry-graphql[debug-server]](https://github.com/strawberry-graphql/strawberry) from 0.288.1 to 0.288.2.
- [Release notes](https://github.com/strawberry-graphql/strawberry/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry@0.288.1...0.288.2)

---
updated-dependencies:
- dependency-name: strawberry-graphql[debug-server]
  dependency-version: 0.288.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jan 5, 2026
@ggravlingen ggravlingen merged commit 15d62b8 into main Jan 6, 2026
10 checks passed
@ggravlingen ggravlingen deleted the dependabot/uv/strawberry-graphql-debug-server--0.288.2 branch January 6, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants