Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps strawberry-graphql from 0.284.1 to 0.287.0.

Release notes

Sourced from strawberry-graphql's releases.

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

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:

</tr></table> 

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

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
@​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

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

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-version: 0.287.0
  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.287.0 branch from 2675e49 to cb9aef0 Compare November 24, 2025 13:49
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

Superseded by #365.

@dependabot dependabot bot closed this Dec 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/dot-github/deps/latest/strawberry-graphql-0.287.0 branch December 4, 2025 03:25
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