Skip to content

Commit b64f4a6

Browse files
Update pyproject.toml
1 parent 6fb2351 commit b64f4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llama-cpp-agent"
7-
version = "0.0.22"
7+
version = "0.0.23"
88
description = "A framework for building LLM based AI agents with llama-cpp-python."
99

1010
readme = "ReadMe.md"
1111
dependencies = [
12-
"llama-cpp-python>=0.2.26",
12+
"llama-cpp-python>=0.2.60",
1313
"pydantic>=2.5.3",
1414
"requests==2.31.0",
1515
"docstring_parser"

0 commit comments

Comments
 (0)