Skip to content

Commit a37fbbc

Browse files
fix: limit python version to < 3.12
1 parent 3f0e069 commit a37fbbc

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)