mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
fix template py verisons (#12650)
This commit is contained in:
parent
b74468f399
commit
912ace18e9
@ -6,7 +6,7 @@ authors = ["Stefano Lottini <stefano.lottini@datastax.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
openai = "^0.28.1"
|
||||
tiktoken = "^0.5.1"
|
||||
|
@ -6,7 +6,7 @@ authors = ["Stefano Lottini <stefano.lottini@datastax.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
openai = "^0.28.1"
|
||||
tiktoken = "^0.5.1"
|
||||
|
@ -6,7 +6,7 @@ authors = []
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9.1,<3.13"
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
openai = "^0.28.1"
|
||||
tiktoken = "^0.5.1"
|
||||
|
@ -6,7 +6,7 @@ authors = []
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4.0"
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313, <0.1"
|
||||
openai = "^0.28.1"
|
||||
langserve = "^0.0.19"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user