mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-05-01 14:33:10 +03:00
chore: remove unused chainlit dependency (CVE-2026-22218)
This commit is contained in:
@@ -11,7 +11,6 @@ requires-python = ">=3.10"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core>=0.3.81",
|
"langchain-core>=0.3.81",
|
||||||
"backtrader>=1.9.78.123",
|
"backtrader>=1.9.78.123",
|
||||||
"chainlit>=2.5.5",
|
|
||||||
"langchain-anthropic>=0.3.15",
|
"langchain-anthropic>=0.3.15",
|
||||||
"langchain-experimental>=0.3.4",
|
"langchain-experimental>=0.3.4",
|
||||||
"langchain-google-genai>=2.1.5",
|
"langchain-google-genai>=2.1.5",
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ requests
|
|||||||
tqdm
|
tqdm
|
||||||
pytz
|
pytz
|
||||||
redis
|
redis
|
||||||
chainlit
|
|
||||||
rich
|
rich
|
||||||
typer
|
typer
|
||||||
questionary
|
questionary
|
||||||
|
|||||||
Reference in New Issue
Block a user