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]