Skip to content

Commit 590aab7

Browse files
authored
Merge pull request #193 from daniele-roncaglioni/189-poetry-python-version-issue
2 parents ad32298 + a37fbbc commit 590aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.9"
26+
python = ">=3.9, <3.12"
2727
langchain = "0.1.15"
2828
langchain-openai = "^0.1.6"
2929
langchain-google-genai = "^1.0.3"

0 commit comments

Comments
 (0)