From 8d18c45e0c1e6eebfcce2be8a954d62a091410b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:50:45 +0000 Subject: [PATCH] build(deps): bump llama-cpp-python from 0.3.1 to 0.3.2 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.1 to 0.3.2. - [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.1...v0.3.2) --- 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 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa758a8..b742800 100644 --- a/poetry.lock +++ b/poetry.lock @@ -143,12 +143,12 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "llama-cpp-python" -version = "0.3.1" +version = "0.3.2" description = "Python bindings for the llama.cpp library" optional = false python-versions = ">=3.8" files = [ - {file = "llama_cpp_python-0.3.1.tar.gz", hash = "sha256:75ec8374960b6353c254e55a48e7c7783abf6bcb9178ba0f655490738e5a9004"}, + {file = "llama_cpp_python-0.3.2.tar.gz", hash = "sha256:8fbf246a55a999f45015ed0d48f91b4ae04ae959827fac1cd6ac6ec65aed2e2f"}, ] [package.dependencies] @@ -577,4 +577,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cec9ae27ac7457c0604c28c64f3e141cb68532790a6d83a535aff781f39c6892" +content-hash = "25add111dd2048a37e9f3e294443dd7095596d56bd6ed18cefeea9a6145ad212" diff --git a/pyproject.toml b/pyproject.toml index 157e006..d7bed2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -llama-cpp-python = {extras = ["server"], version = "^0.3.1"} +llama-cpp-python = {extras = ["server"], version = "^0.3.2"} uvicorn = "^0.32.0"