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"