security: patch orjson DoS and harden container/frontend (#852)

This commit is contained in:
Rin
2026-02-13 09:15:39 +07:00
committed by GitHub
parent b92ad7e39a
commit ba45c1a3a9
4 changed files with 57 additions and 35 deletions

View File

@@ -50,6 +50,7 @@ dependencies = [
"psycopg[binary]>=3.2.9",
"qdrant-client>=1.15.1",
"langchain-qdrant>=0.2.0",
"orjson>=3.11.5",
]
[project.optional-dependencies]