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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"onnxruntime>=1.23.2",
"opencv-python-headless>=4.12.0.88",
"pydantic-extra-types>=2.11.0",
"pydantic-settings>=2.12.0",
"pydantic-settings>=2.14.2",
"python-dotenv>=1.2.2",
Comment on lines 14 to 16

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: High

This dependency bump from >=2.12.0 to >=2.14.2 applies a security patch (GHSA-4xgf-cpjx-pc3j) that fixes a symlink-following vulnerability in NestedSecretsSettingsSource when secrets_nested_subdir=True. It also pulls in several bug fixes (e.g., AliasChoices priority handling, cls field-name conflict, Literal[numeric Enum] coercion, nested discriminated unions discovery). No breakage is expected from any of these changes based on the upstream release notes; the vulnerability fix is a pure improvement. The lock-file and requirements hash updates are consistent. CI (CodeQL, Vercel) passed, confirming the resolution. No further action is required.

"python-multipart==0.0.26",
]
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1355,9 +1355,9 @@ pydantic-extra-types==2.11.0 \
# via
# fastapi
# manobela-backend
pydantic-settings==2.12.0 \
--hash=sha256:005538ef951e3c2a68e1c08b292b5f2e71490def8589d4221b95dab00dafcfd0 \
--hash=sha256:fddb9fd99a5b18da837b29710391e945b1e30c135477f484084ee513adb93809
pydantic-settings==2.14.2 \
--hash=sha256:a20c97b37910b6550d5ea50fbcc2d4187defe58cd57070b73863d069419c9440 \
--hash=sha256:c19dd64b19097f1de80184f0cc7b0272a13ae6e170cbf240a3e27e381ed14a5f
# via
# fastapi
# manobela-backend
Expand Down
8 changes: 4 additions & 4 deletions backend/uv.lock

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