fix: resolve 60+ dependabot security alerts (#4664)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Suchintan
2026-02-10 23:48:15 -05:00
committed by GitHub
parent b6bddee7ac
commit 8b49620f9e
8 changed files with 7288 additions and 6668 deletions

View File

@@ -12,10 +12,10 @@ dependencies = [
"openai>=1.68.2",
"sqlalchemy[mypy]>=2.0.29,<3",
"aiohttp>=3.8.5,<4",
"python-multipart>=0.0.18,<0.0.23",
"python-multipart>=0.0.22,<1",
"toml>=0.10.2,<0.11",
"jinja2>=3.1.2,<4",
"uvicorn[standard]>=0.24.0.post1,<0.25",
"uvicorn[standard]>=0.35.0",
"litellm>=1.80.10",
"playwright>1.46.0 ; python_version >= '3.12' and python_version < '3.14'",
"playwright==1.46.0 ; python_version >= '3.11' and python_version < '3.12'",
@@ -25,7 +25,7 @@ dependencies = [
"starlette-context>=0.3.6,<0.4",
"pydantic>=2.5.2,<3",
"pydantic-settings>=2.1.0,<3",
"fastapi>=0.115.4,<0.116",
"fastapi>=0.121.0,<0.129",
"psycopg[binary, pool]==3.1.18 ; python_version >= '3.11' and python_version < '3.13'",
"psycopg[binary, pool]>=3.2.2,<3.3.0 ; python_version >= '3.13' and python_version < '3.14'",
"alembic>=1.12.1,<2",