Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps strawberry-graphql from 0.257.0 to 0.283.3.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.283.3

Adds support for lazy unions.

Releases contributed by @​rcybulski1122012 via #4017

🍓 0.283.2

This release adds support for the upcoming Python 3.14

Releases contributed by @​patrick91 via #3828

🍓 0.283.1

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

Accept: multipart/mixed;boundary=graphql;subscriptionSpec=1.0,application/json
Accept: multipart/mixed;subscriptionSpec="1.0",application/json

Releases contributed by @​LouisAmon via #4002

🍓 0.283.0

In this release, we renamed the strawberry server command to strawberry dev to better reflect its purpose as a development server.

We also deprecated the strawberry-graphql[debug-server] extra in favor of strawberry-graphql[cli]. Please update your dependencies accordingly.

Releases contributed by @​DoctorJohn via #4011

🍓 0.282.0

This release fixes mask errors to support strawberry execution results.

Releases contributed by @​aryaniyaps via #3987

🍓 0.281.0

In this release we removed the --log-operations option from the strawberry server command. The option only worked for WebSocket connections to the debug server, and had limited utility.

Removing this option allowed us to remove the undocumented debug option from all HTTP view integrations and WebSocket protocol implementation, simplifying the codebase.

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.283.3 - 2025-10-10

Adds support for lazy unions.

Contributed by Radosław Cybulski via [PR #4017](strawberry-graphql/strawberry#4017)

0.283.2 - 2025-10-07

This release adds support for the upcoming Python 3.14

Contributed by Patrick Arminio via [PR #3828](strawberry-graphql/strawberry#3828)

0.283.1 - 2025-10-06

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

Accept: multipart/mixed;boundary=graphql;subscriptionSpec=1.0,application/json
Accept: multipart/mixed;subscriptionSpec="1.0",application/json

Contributed by Louis Amon via [PR #4002](strawberry-graphql/strawberry#4002)

0.283.0 - 2025-10-06

In this release, we renamed the strawberry server command to strawberry dev to better reflect its purpose as a development server.

We also deprecated the strawberry-graphql[debug-server] extra in favor of strawberry-graphql[cli]. Please update your dependencies accordingly.

Contributed by Jonathan Ehwald via [PR #4011](strawberry-graphql/strawberry#4011)

0.282.0 - 2025-09-07

... (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)

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.257.0 to 0.283.3.
- [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.257.0...0.283.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 13, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #147.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/pip/strawberry-graphql-0.283.3 branch October 20, 2025 04:14
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