Merge pull request #193 from daniele-roncaglioni/189-poetry-python-version-issue

This commit is contained in:
Marco Vinciguerra 2024-05-09 15:55:57 +02:00 committed by GitHub
commit 590aab792d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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