mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
fix template py verisons (#12650)
This commit is contained in:
@@ -6,7 +6,7 @@ authors = ["Joe McElroy <joseph.mcelroy@elastic.co>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
openai = "^0.28.1"
|
||||
elasticsearch = "^8.10.0"
|
||||
|
Reference in New Issue
Block a user