From bf4f11a1aa4c46880484ba1d8c668807f3ce229d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:49:46 +0000 Subject: [PATCH] Bump llama-cpp-python from 0.3.5 to 0.3.8 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.5 to 0.3.8. - [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.3.5...v0.3.8) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a4a6f862..af01ea91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1575,13 +1575,13 @@ proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", " [[package]] name = "llama-cpp-python" -version = "0.3.5" +version = "0.3.8" description = "Python bindings for the llama.cpp library" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "llama_cpp_python-0.3.5.tar.gz", hash = "sha256:f5ce47499d53d3973e28ca5bdaf2dfe820163fa3fb67e3050f98e2e9b58d2cf6"}, + {file = "llama_cpp_python-0.3.8.tar.gz", hash = "sha256:31c91323b555c025a76a30923cead9f5695da103dd68c15cdbb4509b17f0ed77"}, ] [package.dependencies] @@ -4276,4 +4276,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "11d90797bbc8dee54226f9c44d922333558c96820801cbe2cf677e313ff58fd0" +content-hash = "95b1b793171816979edcbf768afd9334e6adac42cd792520d3fa6dfed25228e1" diff --git a/pyproject.toml b/pyproject.toml index fdfd9b05..a30d8dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ fastapi = "==0.115.11" uvicorn = "==0.34.0" structlog = "==25.2.0" litellm = "==1.63.0" -llama_cpp_python = "==0.3.5" +llama_cpp_python = "==0.3.8" cryptography = "==44.0.2" sqlalchemy = "==2.0.39" aiosqlite = "==0.21.0" @@ -52,7 +52,7 @@ build = "==1.2.2.post1" wheel = "==0.45.1" litellm = "==1.63.0" pytest-asyncio = "==0.25.3" -llama_cpp_python = "==0.3.5" +llama_cpp_python = "==0.3.8" scikit-learn = "==1.6.1" python-dotenv = "==1.0.1" requests = "^2.32.3"