Skip to content

Build(deps): Bump strawberry-graphql[fastapi] from 0.239.1 to 0.239.2

Bumps strawberry-graphql[fastapi] from 0.239.1 to 0.239.2.

Release notes

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

🍓 0.239.2

This release fixes a TypeError on Python 3.8 due to us using a asyncio.Queue[Tuple[bool, Any]](https://github.com/strawberry-graphql/strawberry/blob/HEAD/1) instead of asyncio.Queue(1).

Releases contributed by @​szokeasaurusrex via #3615

Changelog

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

0.239.2 - 2024-09-03

This release fixes a TypeError on Python 3.8 due to us using a asyncio.Queue[Tuple[bool, Any]](https://github.com/strawberry-graphql/strawberry/blob/main/1) instead of asyncio.Queue(1).

Contributed by Daniel Szoke via [PR #3615](strawberry-graphql/strawberry#3615)

Commits

Merge request reports