File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.310.1 - 2026-03-08
5+ --------------------
6+
7+ Fix sync execution crash with graphql-core 3.3 where ` execute_sync() ` would return a coroutine
8+ instead of an ` ExecutionResult ` , causing ` RuntimeError: There is no current event loop ` ,
9+ because graphql-core 3.3's ` is_async_iterable ` default treats objects with ` __aiter__ `
10+ (like Django QuerySets) as async iterables.
11+
12+ Now passes ` is_async_iterable=lambda _x: False ` during sync execution to prevent this.
13+
14+ Note: graphql-core >= 3.3.0a12 is now the minimum required version for the 3.3.x series.
15+
16+ Contributed by [ Thiago Bellini Ribeiro] ( https://github.com/bellini666 ) via [ PR #4267 ] ( https://github.com/strawberry-graphql/strawberry/pull/4267/ )
17+
18+
4190.310.0 - 2026-03-08
520--------------------
621
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " strawberry-graphql"
3- version = " 0.310.0 "
3+ version = " 0.310.1 "
44description = " A library for creating GraphQL APIs"
55authors = [{ name = " Patrick Arminio" , email = " patrick.arminio@gmail.com" }]
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments