diff --git a/integrations/llama_stack/pyproject.toml b/integrations/llama_stack/pyproject.toml index 6962b2582..8f4e4b5cb 100644 --- a/integrations/llama_stack/pyproject.toml +++ b/integrations/llama_stack/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.14", "llama-stack>=0.2.17", "openai<=1.99.1"] +dependencies = ["haystack-ai>=2.14", "llama-stack>=0.2.17"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama-stack#readme"