fix template py verisons (#12650)

This commit is contained in:
Erick Friis 2023-10-31 09:20:29 -07:00 committed by GitHub
parent b74468f399
commit 912ace18e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"