Skip to content

Commit 76a35a7

Browse files
authored
chore: pin llama-cpp-python>=0.2.87 (#955)
* pin llama-cpp-python>=0.2.86 * update version
1 parent 9a7a9f7 commit 76a35a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/llama_cpp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: CPython",
2727
"Programming Language :: Python :: Implementation :: PyPy",
2828
]
29-
dependencies = ["haystack-ai", "llama-cpp-python<0.2.84"]
29+
dependencies = ["haystack-ai", "llama-cpp-python>=0.2.87"]
3030

3131
[project.urls]
3232
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/llama_cpp#readme"

0 commit comments

Comments
 (0)