From 59a9fe37700800ba7d040ca1f22d86f2aa05dbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 01:12:17 +0000 Subject: [PATCH] chore(deps): bump llama-cpp-python from 0.3.14 to 0.3.15 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.14 to 0.3.15. - [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.14...v0.3.15) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c1b228..2d738d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1000,13 +1000,13 @@ pytest = ["pytest (>=7.0.0)", "rich (>=13.9.4,<14.0.0)"] [[package]] name = "llama-cpp-python" -version = "0.3.14" +version = "0.3.15" description = "Python bindings for the llama.cpp library" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "llama_cpp_python-0.3.14.tar.gz", hash = "sha256:c7ffd71685923a911206a40e972c1ec739aa21032100fdc8618316571b173507"}, + {file = "llama_cpp_python-0.3.15.tar.gz", hash = "sha256:a2cf42935a9ff9e55804db01d6827b4862d7ab10ae72ea8e38b7d180d2c640f3"}, ] [package.dependencies] @@ -2530,4 +2530,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "572164ae7a47a84d7950a7fd25919bc3301d4e7cfec5d81dd9011132a2fb4660" +content-hash = "8d2bf7c7b54c072afe70701044fe62873d4bce20f3ea6fc208e745989e5f956e" diff --git a/pyproject.toml b/pyproject.toml index 1139433..cbf7194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ nc-py-api = {extras = ["app"], version = "0.*"} langchain = "^0.3.27" httpx = "^0.28.1" langchain-community = "^0.3.24" -llama-cpp-python = "^0.3.14" +llama-cpp-python = "^0.3.15" [build-system]