mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
templates, cli: more security deps (#19006)
This commit is contained in:
@@ -14,7 +14,7 @@ alt-profanity-check = "^1.3.1"
|
||||
|
||||
[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]
|
||||
@@ -28,7 +28,5 @@ integrations = ["Guardrails", "OpenAI"]
|
||||
tags = ["moderation"]
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user