Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps strawberry-graphql from 0.284.1 to 0.287.2.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.287.2

Fixed a bug in the codegen where Relay Node's id field was incorrectly generated as _id in the output code.

The codegen now correctly respects the explicit graphql_name set via the @field(name="id") decorator, ensuring that the generated code uses id instead of the Python method name _id.

Releases contributed by @​Ckk3 via #4053

🍓 0.287.1

Fix mypy plugin issues related to new version of mypy. The TypeAlias class has one more required argument "module" in the mypy version >= 1.19.

Releases contributed by @​Ansud via #4060

🍓 0.287.0

Change strawberry.http.base.BaseView.encode_json() type hint to str | bytes and adjust dependent code appropriately.

Releases contributed by @​Brandieee via #4054

🍓 0.286.1

Set Content-Type to text/plain for exceptions so that these are displayed correctly.

Releases contributed by @​mgorven via #4037

🍓 0.286.0

This release changes _enum_definition to __strawberry_definition__, this is a follow up to previous internal changes. If you were relying on _enum_definition you should update your code to use __strawberry_definition__.

We also expose has_enum_definition to check if a type is a strawberry enum definition.

from enum import Enum
import strawberry
from strawberry.types.enum import StrawberryEnumDefinition, has_enum_definition
@​strawberry.enum
class ExampleEnum(Enum):
pass
has_enum_definition(ExampleEnum)  # True
Now you can use ExampleEnum.strawberry_definition to access the enum definition

Releases contributed by @​Ckk3 via #3999

🍓 0.285.0

This release removes support for Apollo Federation v1 and improves Federation v2 support with explicit version control and new directives.

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.287.2 - 2025-12-03

Fixed a bug in the codegen where Relay Node's id field was incorrectly generated as _id in the output code.

The codegen now correctly respects the explicit graphql_name set via the @field(name="id") decorator, ensuring that the generated code uses id instead of the Python method name _id.

Contributed by Luis Gustavo via [PR #4053](strawberry-graphql/strawberry#4053)

0.287.1 - 2025-12-03

Fix mypy plugin issues related to new version of mypy. The TypeAlias class has one more required argument "module" in the mypy version >= 1.19.

Contributed by Anton Zelenov via [PR #4060](strawberry-graphql/strawberry#4060)

0.287.0 - 2025-11-22

Change strawberry.http.base.BaseView.encode_json() type hint to str | bytes and adjust dependent code appropriately.

Contributed by David via [PR #4054](strawberry-graphql/strawberry#4054)

0.286.1 - 2025-11-21

Set Content-Type to text/plain for exceptions so that these are displayed correctly.

Contributed by Michael Gorven via [PR #4037](strawberry-graphql/strawberry#4037)

0.286.0 - 2025-11-18

This release changes _enum_definition to __strawberry_definition__, this is a follow up to previous internal changes. If you were relying on _enum_definition you should update your code to use __strawberry_definition__.

We also expose has_enum_definition to check if a type is a strawberry enum definition.

from enum import Enum
import strawberry
from strawberry.types.enum import StrawberryEnumDefinition, has_enum_definition
</tr></table>

... (truncated)

Commits
  • 23f8c50 Release 🍓 0.287.2
  • b8d95a1 fix(codegen): Relay Node id field generated as _id instead of id (#4053)
  • fafa81e Release 🍓 0.287.1
  • a0f3a09 Fix the pydantic plugin Incompatibility with mypy (#4060)
  • 65c8b90 [pre-commit.ci] pre-commit autoupdate (#4061)
  • 13caf46 fix: update pytest-codspeed to 4.2.0 to fix installation issues (#4063)
  • 71b7182 fix: relax dependency requirements for python-dateutil/pygments (#4062)
  • c03892c [pre-commit.ci] pre-commit autoupdate (#4055)
  • b58982b Release 🍓 0.287.0
  • 97d9b52 Update encode_json type hint to str | bytes (#4054)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.284.1 to 0.287.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.284.1...0.287.2)

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-version: 0.287.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2025
@dependabot dependabot bot requested a review from TaiSakuma as a code owner December 4, 2025 03:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2025
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant