fix: limit python version to < 3.12

This commit is contained in:
roncaglionidaniele 2024-05-09 15:47:01 +02:00
parent 3f0e0694f3
commit a37fbbcbcf

View File

@ -23,7 +23,7 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = ">=3.9, <3.12"
langchain = "0.1.15" langchain = "0.1.15"
langchain-openai = "^0.1.6" langchain-openai = "^0.1.6"
langchain-google-genai = "^1.0.3" langchain-google-genai = "^1.0.3"