From 2c264f4afc66ecb37dba25ad3b577d69ca3af5d0 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 19 Jan 2026 14:54:18 +0200 Subject: [PATCH] vb --- CHANGELOG.md | 2 ++ app/backend/pyproject.toml | 2 +- evaluations/pyproject.toml | 2 +- examples/a2a-server/pyproject.toml | 2 +- haiku_rag_slim/pyproject.toml | 2 +- pyproject.toml | 4 ++-- uv.lock | 6 +++--- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e38a0f..7d056a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [0.26.6] - 2026-01-19 + ### Changed - **Explicit Database Migrations**: Database migrations are no longer applied automatically on open diff --git a/app/backend/pyproject.toml b/app/backend/pyproject.toml index 97055d48..aebdae2a 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.39.0", "python-dotenv>=1.2.1", - "haiku.rag-slim[agui]>=0.26.5", + "haiku.rag-slim[agui]>=0.26.6", "logfire[pydantic-ai]>=3.17.0", ] diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index 4548d208..160082fd 100644 --- a/evaluations/pyproject.toml +++ b/evaluations/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag-evals" description = "Benchmarking and evaluation scripts for haiku.rag" -version = "0.26.5" +version = "0.26.6" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } requires-python = ">=3.12" diff --git a/examples/a2a-server/pyproject.toml b/examples/a2a-server/pyproject.toml index 4b96060a..f1d60800 100644 --- a/examples/a2a-server/pyproject.toml +++ b/examples/a2a-server/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.12" keywords = ["RAG", "a2a", "agent", "conversational-ai"] dependencies = [ - "haiku.rag>=0.26.5", + "haiku.rag>=0.26.6", "fasta2a>=0.6.0", "pydantic-ai-slim[a2a]>=1.39.0", "rich>=14.2.0", diff --git a/haiku_rag_slim/pyproject.toml b/haiku_rag_slim/pyproject.toml index 73d3f343..a90c676e 100644 --- a/haiku_rag_slim/pyproject.toml +++ b/haiku_rag_slim/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag-slim" description = "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling - Minimal dependencies" -version = "0.26.5" +version = "0.26.6" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } diff --git a/pyproject.toml b/pyproject.toml index 73aaf201..816ddf80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling" -version = "0.26.5" +version = "0.26.6" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,tui]==0.26.5", + "haiku.rag-slim[docling,voyageai,mxbai,cohere,zeroentropy,tui]==0.26.6", ] [project.scripts] diff --git a/uv.lock b/uv.lock index b5c59a53..79879e9e 100644 --- a/uv.lock +++ b/uv.lock @@ -1285,7 +1285,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.26.5" +version = "0.26.6" source = { editable = "." } dependencies = [ { name = "haiku-rag-slim", extra = ["cohere", "docling", "mxbai", "tui", "voyageai", "zeroentropy"] }, @@ -1340,7 +1340,7 @@ dev = [ [[package]] name = "haiku-rag-evals" -version = "0.26.5" +version = "0.26.6" source = { editable = "evaluations" } dependencies = [ { name = "datasets" }, @@ -1361,7 +1361,7 @@ requires-dist = [ [[package]] name = "haiku-rag-slim" -version = "0.26.5" +version = "0.26.6" source = { editable = "haiku_rag_slim" } dependencies = [ { name = "docling-core" },