Skip to content

Build(deps): bump strawberry-graphql[fastapi] from 0.253.0 to 0.253.1

Bumps strawberry-graphql[fastapi] from 0.253.0 to 0.253.1.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.253.1

Description: Fixed a bug in the OpenTelemetryExtension class where the _span_holder dictionary was incorrectly shared across all instances. This was caused by defining _span_holder as a class-level attribute with a mutable default value (dict()).

Releases contributed by @​conglei via #3716

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.253.1 - 2024-12-03

Description: Fixed a bug in the OpenTelemetryExtension class where the _span_holder dictionary was incorrectly shared across all instances. This was caused by defining _span_holder as a class-level attribute with a mutable default value (dict()).

Contributed by Conglei via [PR #3716](strawberry-graphql/strawberry#3716)

Commits

Merge request reports

Loading