wren-core-py-v0.7.3
Canner/WrenAIwren-core-py-v0.7.3Jul 28, 2026by github-actions[bot]
AI Summary
This is a maintenance release for the Python core library that addresses a serialization issue to ensure query results are correctly aligned with the execution stream schema.
Key Highlights
- Fixed serialization of query results to match the execution stream schema
Full Release Notes
## [0.7.3](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.7.2...wren-core-py-v0.7.3) (2026-07-28) ### Bug Fixes * **core-py:** serialize query results with the execution stream schema ([#2577](https://github.com/Canner/WrenAI/issues/2577)) ([1c9ae18](https://github.com/Canner/WrenAI/commit/1c9ae18c543020b43df974d7ad01189e5814ce07))