Skip to content

Commit

Permalink
fix: limit python version to < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-roncaglioni committed May 9, 2024
1 parent 3f0e069 commit a37fbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a37fbbc

Please sign in to comment.