From ae80bb50ab6dad4914fc8995374a1d836fd84934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 04:44:57 +0000 Subject: [PATCH] Bump llama-cpp-python from 0.3.5 to 0.3.9 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.5 to 0.3.9. - [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.9) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-version: 0.3.9 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 16a7be98..7e71cd5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1016,13 +1016,13 @@ files = [ [[package]] name = "llama-cpp-python" -version = "0.3.5" +version = "0.3.9" 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.9.tar.gz", hash = "sha256:a3a985f558385e2f5de5b663f4e9b0817506d6af98122450142cd98e79216370"}, ] [package.dependencies] @@ -3151,4 +3151,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "c5f3b58b7881912e3c2b8332d082feb70dfa91d9efa85018662a04491a8b3a60" +content-hash = "59d1558d210e35c497593ad6f943dd2f097e51bee0ad403eb09e5600f3d5e5b3" diff --git a/pyproject.toml b/pyproject.toml index 235859ae..d8b7f9a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.12" uvicorn = "==0.34.2" structlog = "==25.3.0" -llama_cpp_python = "==0.3.5" +llama_cpp_python = "==0.3.9" cryptography = "==44.0.2" sqlalchemy = "==2.0.40" aiosqlite = "==0.21.0" @@ -50,7 +50,7 @@ bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" pytest-asyncio = "==0.26.0" -llama_cpp_python = "==0.3.5" +llama_cpp_python = "==0.3.9" scikit-learn = "==1.6.1" python-dotenv = "==1.1.0" requests = "^2.32.3"