From 038a09c73c35d243ff5f6d58b06808864a09d34a Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Fri, 23 Jan 2026 15:40:53 +0400 Subject: [PATCH] Fix CVE-2026-22218 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63af4721..786332b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" dependencies = [ "akshare>=1.16.98", "backtrader>=1.9.78.123", - "chainlit>=2.5.5", + "chainlit>=2.9.4", "chromadb>=1.0.12", "eodhd>=1.0.32", "feedparser>=6.0.11",