From eb6329de10e1b7cae0b7e9827ca62c967cd1fde7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:57:29 +0000 Subject: [PATCH] chore(deps): update haystack-ai requirement in /integrations/jina 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.22.0...v2.29.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 2.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integrations/jina/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index ce804abb36..4ec68ae852 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["httpx>=0.28.0", "haystack-ai>=2.22.0"] +dependencies = ["httpx>=0.28.0", "haystack-ai>=2.29.0"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/jina#readme"