wren-core-py-v0.7.5

Canner/WrenAIwren-core-py-v0.7.5Aug 18, 2026by github-actions[bot]

AI Summary

This release is a performance-focused update for the Python core library, removing a lock to allow better concurrency for same-context operations.

Key Highlights

  • Remove per-context call lock to improve same-context concurrency
  • Optimize execution flow for Python-based queries

Full Release Notes

## [0.7.5](https://github.com/Canner/WrenAI/compare/wren-core-py-v0.7.4...wren-core-py-v0.7.5) (2026-08-17)


### Performance Improvements

* **core-py:** remove per-context call lock for same-context concurrency ([#2666](https://github.com/Canner/WrenAI/issues/2666)) ([28920e7](https://github.com/Canner/WrenAI/commit/28920e7e2689fa1af0494742fcc19edba42399ab))