templates, cli: more security deps (#19006)

This commit is contained in:
Erick Friis
2024-03-12 20:48:56 -07:00
committed by GitHub
parent 9052d05442
commit 74b2c0aa01
87 changed files with 1735 additions and 1510 deletions

View File

@@ -2,9 +2,7 @@
name = "rag-redis-multi-modal-multi-vector"
version = "0.0.1"
description = "Multi-modal RAG using Redis as the vectorstore and docstore"
authors = [
"Tyler Hutcherson <tyler.hutcherson@redis.com>"
]
authors = ["Tyler Hutcherson <tyler.hutcherson@redis.com>"]
readme = "README.md"
[tool.poetry.dependencies]
@@ -19,7 +17,7 @@ pillow = "^10.2.0"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"
fastapi = "^0.104.0"
fastapi = ">=0.104.0,<1"
sse-starlette = "^1.6.5"
[tool.langserve]