From af15bc6ecf16bb3fbd70665670931e2a2121d9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:26:51 +0000 Subject: [PATCH] Update haystack-ai requirement from >=2.0 to >=3.0.0 Updates the requirements on [haystack-ai](https://github.com/deepset-ai/haystack) to permit the latest version. - [Release notes](https://github.com/deepset-ai/haystack/releases) - [Commits](https://github.com/deepset-ai/haystack/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa7c1d5..f2b77c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ openai-agents = ["openai-agents>=0.0.3"] crewai = ["crewai>=1.0.0"] llama-index = ["llama-index-core>=0.14"] pydantic-ai = ["pydantic-ai>=2.0"] -haystack = ["haystack-ai>=2.0"] +haystack = ["haystack-ai>=3.0.0"] agno = ["agno>=2.7"] google-genai = ["google-genai>=2.0", "langchain-google-genai>=4.0"] otlp = ["opentelemetry-exporter-otlp-proto-grpc>=1.25"]