From 9ab38b4ba6dacf07ba900fef853031309afcc991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:24:54 +0000 Subject: [PATCH] Update llama-cpp-python requirement Updates the requirements on [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) to permit the latest version. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Changelog](https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/abetlen/llama-cpp-python/compare/v0.2.82...v0.3.1) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bff378..d79d2de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] [project.optional-dependencies] -gguf = ["llama-cpp-python>=0.2.82,<0.2.83"] +gguf = ["llama-cpp-python>=0.2.82,<0.3.2"] annoy = ["annoy>=1.17.2,<2.0.0"] [tool.ruff]