From 330258b3f5cb50df5120d060fa21c4dce8d55abc Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 7 Aug 2024 10:15:44 +0200 Subject: [PATCH] pin llama-cpp-python>=0.2.86 --- 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 e84b20d16..57ed23e96 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.84"] +dependencies = ["haystack-ai", "llama-cpp-python>=0.2.86"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama_cpp#readme"