Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
# SECURITY: minimum versions per 2026-05-07 audit.
"python-dotenv>=1.2.2", # CVE-2026-28684 (transitive from pydantic-settings chain)
"mako>=1.3.12", # CVE-2026-44307 (transitive from alembic)
"pyasn1>=0.6.3", # CVE-2026-30922 (transitive from cryptography chain)
"pyasn1>=0.6.4", # CVE-2026-30922 (transitive from cryptography chain)
# SECURITY: minimum versions per 2026-05-19 audit.
"idna>=3.15", # CVE-2026-45409 (transitive from requests/httpx)
"urllib3>=2.7.0", # CVE-2026-44431, CVE-2026-44432 (transitive from requests)
Expand Down
8 changes: 4 additions & 4 deletions server/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading