diff --git a/poetry.lock b/poetry.lock index b742800..c5411b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -143,12 +143,12 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "llama-cpp-python" -version = "0.3.2" +version = "0.3.5" description = "Python bindings for the llama.cpp library" optional = false python-versions = ">=3.8" files = [ - {file = "llama_cpp_python-0.3.2.tar.gz", hash = "sha256:8fbf246a55a999f45015ed0d48f91b4ae04ae959827fac1cd6ac6ec65aed2e2f"}, + {file = "llama_cpp_python-0.3.5.tar.gz", hash = "sha256:f5ce47499d53d3973e28ca5bdaf2dfe820163fa3fb67e3050f98e2e9b58d2cf6"}, ] [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 = "25add111dd2048a37e9f3e294443dd7095596d56bd6ed18cefeea9a6145ad212" +content-hash = "454be91e86e7ec50a9d791cede0131516a482a102cff0768ce7de14f704b96cf" diff --git a/pyproject.toml b/pyproject.toml index d7bed2d..810604c 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.2"} +llama-cpp-python = {extras = ["server"], version = "^0.3.5"} uvicorn = "^0.32.0"