strawberry-graphql
strawberry
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Release 🍓 0.296.1
main
15 hours ago
Fix nested pydantic.v1 model detection in pydantic integration (#4246) * Fix nested pydantic v1 model detection in pydantic integration * Add RELEASE.md for pydantic v1 nested model fix
main
15 hours ago
deps(python)(deps-dev): bump the all-dependencies group across 1 directory with 2 updates (#4247) Bumps the all-dependencies group with 2 updates in the / directory: [uvicorn](https://github.com/Kludex/uvicorn) and [typer](https://github.com/fastapi/typer). Updates `uvicorn` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.40.0...0.41.0) Updates `typer` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.23.1...0.24.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typer dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
16 hours ago
deps(python)(deps-dev): bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [uvicorn](https://github.com/Kludex/uvicorn) and [typer](https://github.com/fastapi/typer). Updates `uvicorn` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.40.0...0.41.0) Updates `typer` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.23.1...0.24.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typer dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/all-dependencies-d1ca0d3ddd
17 hours ago
Add RELEASE.md for pydantic v1 nested model fix
codex/fix-3584-pydantic-v1-nested-models
17 hours ago
Fix coverage combining failure from Windows/Linux path mismatch (#4236) * deps(python)(deps-dev): bump the all-dependencies group with 5 updates Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [typer](https://github.com/fastapi/typer) | `0.21.1` | `0.23.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.128.5` | `0.129.0` | | [litestar](https://github.com/litestar-org/litestar) | `2.20.0` | `2.21.0` | | [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `4.2.0` | `4.3.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | Updates `typer` from 0.21.1 to 0.23.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.21.1...0.23.1) Updates `fastapi` from 0.128.5 to 0.129.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.5...0.129.0) Updates `litestar` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.20.0...v2.21.0) Updates `pytest-codspeed` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0) Updates `pytest-django` from 4.11.1 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.11.1...v4.12.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: litestar dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-codspeed dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * Fix coverage combining for Windows and Linux paths Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com> * Use forward slashes in Windows paths for better cross-platform compatibility Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com>
main
17 hours ago
Add Claude Code GitHub Workflow (#4238) * "Claude PR Assistant workflow" * "Claude Code Review workflow" * Configure Claude Code workflow with project-specific tools Remove the code review workflow and add allowed_tools to the Claude Code workflow scoped to the project's toolchain (pytest, ruff, mypy, python, uv, poetry). * Pin actions/checkout to commit SHA and disable credential persistence
main
18 hours ago
Release 🍓 0.296.0
main
18 hours ago
Active Branches
Remove deprecated `types` parameter from `strawberry.union()`
last run
2 days ago
#4220
CodSpeed Performance Gauge
0%
Remove deprecated `ExecutionContext.errors` property
last run
2 days ago
#4214
CodSpeed Performance Gauge
0%
Remove deprecated `ScalarWrapper` and scalar class wrapping
last run
3 days ago
#4227
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs