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"