diff --git a/integrations/cohere/pyproject.toml b/integrations/cohere/pyproject.toml index 5729e81f3f..dd2dd87c1f 100644 --- a/integrations/cohere/pyproject.toml +++ b/integrations/cohere/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.23.0", "cohere>=5.17.0", "pydantic>=2.12.0"] +dependencies = ["haystack-ai>=2.29.0", "cohere>=5.17.0", "pydantic>=2.12.0"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/cohere#readme"