Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2025

Bumps strawberry-graphql from 0.284.1 to 0.286.1.

Release notes

Sourced from strawberry-graphql's releases.

🍓 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.

Breaking Changes

  • Removed support for Apollo Federation v1: All schemas now use Federation v2
  • Removed enable_federation_2 parameter: Replaced with federation_version parameter
  • Federation v2 is now always enabled with version 2.11 as the default

Migration

If you were using enable_federation_2=True

Remove the parameter:

# Before
schema = strawberry.federation.Schema(query=Query, enable_federation_2=True)
After
schema = strawberry.federation.Schema(query=Query)
</tr></table>

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

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
@​strawberry.enum
class ExampleEnum(Enum):
pass
has_enum_definition(ExampleEnum)  # True
Now you can use ExampleEnum.strawberry_definition to access the enum definition

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

0.285.0 - 2025-11-10

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

Breaking Changes

  • Removed support for Apollo Federation v1: All schemas now use Federation v2
  • Removed enable_federation_2 parameter: Replaced with federation_version parameter
  • Federation v2 is now always enabled with version 2.11 as the default

Migration

If you were using enable_federation_2=True

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 22, 2025
@dependabot dependabot bot requested a review from TaiSakuma as a code owner November 22, 2025 00:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 22, 2025
Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.284.1 to 0.286.1.
- [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.286.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/deps/latest/strawberry-graphql-0.286.1 branch from f8e4dfb to 42cb4b7 Compare November 22, 2025 00:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #359.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/dot-github/deps/latest/strawberry-graphql-0.286.1 branch November 24, 2025 03:39
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