Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 4e46a29

Browse files
Bump llama-cpp-python from 0.3.5 to 0.3.6 (#688)
* Bump llama-cpp-python from 0.3.5 to 0.3.6 Bumps [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/abetlen/llama-cpp-python/releases) - [Changelog](https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md) - [Commits](abetlen/llama-cpp-python@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: llama-cpp-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * properly bump version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10900b3 commit 4e46a29

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

poetry.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fastapi = "==0.115.6"
1313
uvicorn = "==0.34.0"
1414
structlog = "==25.1.0"
1515
litellm = "==1.59.0"
16-
llama_cpp_python = "==0.3.5"
16+
llama_cpp_python = "==0.3.6"
1717
cryptography = "==44.0.0"
1818
sqlalchemy = "==2.0.37"
1919
aiosqlite = "==0.20.0"
@@ -40,7 +40,7 @@ build = "==1.2.2.post1"
4040
wheel = "==0.45.1"
4141
litellm = "==1.59.0"
4242
pytest-asyncio = "==0.25.2"
43-
llama_cpp_python = "==0.3.5"
43+
llama_cpp_python = "==0.3.6"
4444
scikit-learn = "==1.6.1"
4545
python-dotenv = "==1.0.1"
4646
requests = "^2.32.3"

0 commit comments

Comments
 (0)