pypi strawberry-graphql 0.289.1
🍓 0.289.1

latest release: 0.289.2
9 hours ago

Improved execution performance by up to 10% by adding an optimized is_awaitable check with a fast path for common synchronous types (such as int, str, list, dict, etc.).

This optimization reduces overhead when processing large result sets containing mostly basic values by avoiding expensive awaitable checks for types that are known to never be awaitable.

Releases contributed by @patrick91 via #4035

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.