diff --git a/poetry.lock b/poetry.lock index 13d64f75..1cf51284 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1399,14 +1399,14 @@ files = [ [[package]] name = "ollama" -version = "0.4.7" +version = "0.4.8" description = "The official Python client for Ollama." optional = false python-versions = "<4.0,>=3.8" groups = ["main"] files = [ - {file = "ollama-0.4.7-py3-none-any.whl", hash = "sha256:85505663cca67a83707be5fb3aeff0ea72e67846cea5985529d8eca4366564a1"}, - {file = "ollama-0.4.7.tar.gz", hash = "sha256:891dcbe54f55397d82d289c459de0ea897e103b86a3f1fad0fdb1895922a75ff"}, + {file = "ollama-0.4.8-py3-none-any.whl", hash = "sha256:04312af2c5e72449aaebac4a2776f52ef010877c554103419d3f36066fe8af4c"}, + {file = "ollama-0.4.8.tar.gz", hash = "sha256:1121439d49b96fa8339842965d0616eba5deb9f8c790786cdf4c0b3df4833802"}, ] [package.dependencies] @@ -3132,4 +3132,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "03587f86e7244b4983d3be8551aa69afd120e6be052f0683487a53ec8d4ce3c2" +content-hash = "7462e5d203ee7142e5b53874a51f4446eb9d32d0449b8d378a7fc3c4329ba31b" diff --git a/pyproject.toml b/pyproject.toml index 399b6a21..ddf53645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ llama_cpp_python = "==0.3.5" cryptography = "==44.0.2" sqlalchemy = "==2.0.40" aiosqlite = "==0.21.0" -ollama = "==0.4.7" +ollama = "==0.4.8" pydantic-settings = "==2.8.1" numpy = "1.26.4" tree-sitter = "==0.24.0"