From cdb7dffad7c58e713491e244d98161e79d13a29b Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Thu, 26 Sep 2024 17:21:17 +0200 Subject: [PATCH] pin llama-cpp-python<0.3.0 (#1111) --- integrations/llama_cpp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/llama_cpp/pyproject.toml b/integrations/llama_cpp/pyproject.toml index d57bd9fc9..4fe0d82b0 100644 --- a/integrations/llama_cpp/pyproject.toml +++ b/integrations/llama_cpp/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai", "llama-cpp-python>=0.2.87"] +dependencies = ["haystack-ai", "llama-cpp-python>=0.2.87,<0.3.0"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama_cpp#readme"