template versions again (#13030)

- scipy was locked due to py version
- same guardrails-output-parser
- rag-redis
This commit is contained in:
Erick Friis
2023-11-07 15:15:18 -08:00
committed by GitHub
parent 506f81563f
commit 54ad3cc2b8
6 changed files with 359 additions and 461 deletions

View File

@@ -9,7 +9,7 @@ authors = [
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
python = ">=3.9,<3.13"
langchain = ">=0.0.325"
fastapi = "^0.104.0"
sse-starlette = "^1.6.5"