From c7395689afbb89aef6b7326e90e3bf2c7c9915d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:47:20 +0000 Subject: [PATCH] Update haystack-ai requirement from >=2.9.0 to >=2.27.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.9.0...v2.27.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 2.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b38207c..8dccc0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "haystack-ai>=2.9.0", + "haystack-ai>=2.27.0", "requests", ]