Release v0.5.15
- chore: bump version to 0.5.15 and update dependencies
- fix: resolve PyPI trusted publishing and Docker build issues in release workflow
- fix: add OIDC permissions for PyPI trusted publishing and correct Dockerfile path
- fix: run only core new unit tests in release workflow to ensure clean PyPI publication
- fix: ensure pydantic[email] is installed and skip api unit tests in release workflow
- fix: use correct uv sync flags for optional dependencies in release workflow
- fix: install all dependency groups for unit tests in release workflow
- fix: resolve release workflow failures and tox.ini syntax errors
- fix: switch release workflow to uv-native build and publish
- fix: upgrade deprecated GitHub Actions in release workflow
- Merge pull request #44 from intersystems-community/feature/llm-cache-and-evaluation
- feat: implement disk-based caching, connection hardening, and evaluation framework (v0.5.15)