Skip to content

Commit e43caec

Browse files
committed
chore: changed python version to be compatible with langchain deps
1 parent 4d9e8ce commit e43caec

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

poetry.lock

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
license = "MIT"
88

99
[tool.poetry.dependencies]
10-
python = "<=3.12.4,>=3.10"
10+
python = ">=3.9,<4.0"
1111
llama-cpp-python = "^0.2.81"
1212
langchain = "^0.2.6"
1313
anyio = "^4.4.0"

0 commit comments

Comments
 (0)