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"