From 72df26a276f217fb4075959acabc2f72f9d26176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:59:46 +0000 Subject: [PATCH] chore(deps): update haystack-ai requirement in /integrations/valkey 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.28.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/valkey/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/valkey/pyproject.toml b/integrations/valkey/pyproject.toml index 09fd1395af..d0f0559d20 100644 --- a/integrations/valkey/pyproject.toml +++ b/integrations/valkey/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.28.0", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"] +dependencies = ["haystack-ai>=2.29.0", "valkey-glide>=2.2.0", "valkey-glide-sync>=2.2.0"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/valkey#readme"