chore: remove unused chainlit dependency (CVE-2026-22218)
This commit is contained in:
parent
f047f26df0
commit
8a60662070
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue