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
25 changes: 13 additions & 12 deletions backend/poetry.lock

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

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
python = "^3.13"
# Decision: Pin dependencies to specific version ranges (not "*")
# Reason: Mitigates supply-chain risk from hijacked package updates
fastapi = "^0.120.0" # CVE-2025-62727対策でstarlette 0.49.1+サポート版
fastapi = "^0.131.0" # CVE-2025-62727対策でstarlette 0.49.1+サポート版
starlette = "^0.49.1" # CVE-2025-62727 (DoS via Range header) 対策
uvicorn = {extras = ["standard"], version = "^0.32.0"}
pydantic-settings = "^2.13.0"
Expand Down
Loading