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
5 changed files with 5 additions and 5 deletions

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"