From aea48a8db2e1bf12693858416cc806c8352dde13 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 26 Sep 2024 17:03:34 +0200 Subject: [PATCH] pin llama-cpp-python<0.3.0 --- 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"