diff --git a/poetry.lock b/poetry.lock index b742800..f7f9399 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.6" 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.6.tar.gz", hash = "sha256:86e35a8888274466958e24201b856cd71c8def0ea72e14312be13da96c15c7a4"}, ] [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 = "c7da4a7a355b024646fc37270b29e3f91b17e6c883f9bccdc6b2c8aa5c323c66" diff --git a/pyproject.toml b/pyproject.toml index d7bed2d..69e7057 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.6"} uvicorn = "^0.32.0"