diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c08b7ab..140f8a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.45.0] - 2026-05-08 + ### Added - **Vision capabilities.** Picture-aware ingestion, vision QA, multimodal embeddings, and image-as-query search. @@ -1476,7 +1478,8 @@ Existing documents without DoclingDocument data will work but won't have provena - Initial version tracking -[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.44.0...HEAD +[Unreleased]: https://github.com/ggozad/haiku.rag/compare/0.45.0...HEAD +[0.45.0]: https://github.com/ggozad/haiku.rag/compare/0.44.0...0.45.0 [0.44.0]: https://github.com/ggozad/haiku.rag/compare/0.43.1...0.44.0 [0.43.1]: https://github.com/ggozad/haiku.rag/compare/0.43.0...0.43.1 [0.43.0]: https://github.com/ggozad/haiku.rag/compare/0.42.1...0.43.0 diff --git a/app/backend/pyproject.toml b/app/backend/pyproject.toml index 618b87ff..3a610110 100644 --- a/app/backend/pyproject.toml +++ b/app/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "uvicorn[standard]>=0.40.0", "pydantic-ai-slim[ag-ui,anthropic,openai]>=1.81.0", "python-dotenv>=1.2.1", - "haiku.rag-slim>=0.44.0", + "haiku.rag-slim>=0.45.0", "logfire[pydantic-ai]>=3.17.0", ]