mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
fix: limit python version to < 3.12
This commit is contained in:
parent
3f0e0694f3
commit
a37fbbcbcf
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user