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 services/account_unification/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license-files = ["LICENSE"]
dependencies = [
"cryptography==50.0.0",
"fastapi==0.141.1",
"pydantic==2.13.4",
"pydantic==2.13.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Locked installs reject dependency upgrade

After pydantic changes to 2.13.5, uv.lock still pins 2.13.4, so every uv sync --locked installation fails. requirements.lock also retains the old release.

Prompt for agents
Regenerate all canonical dependency surfaces from services/account_unification/pyproject.toml in one resolver run. Update services/account_unification/uv.lock and services/account_unification/requirements.lock to Pydantic 2.13.5, keep requirements-dev.txt consistent, and verify uv lock --check plus uv sync --locked --extra dev. Also verify the Dockerfile's locked no-dev sync succeeds.
Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"httpx==0.28.1",
"pyyaml==6.0.3",
"uvicorn==0.52.3",
Expand Down
6 changes: 3 additions & 3 deletions services/account_unification/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementatio
--hash=sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29 \
--hash=sha256:b727414169a36b7d524c1c3e31839a521725078d7b2ff038656844266160a992
# via cffi
pydantic==2.13.4 \
--hash=sha256:45a282cde31d808236fd7ea9d919b128653c8b38b393d1c4ab335c62924d9aba \
--hash=sha256:c40756b57adaa8b1efeeced5c196f3f3b7c435f90e84ea7f443901bec8099ef6
pydantic==2.13.5 \
--hash=sha256:346a034f080da3755d8e9cb5e00e8b07de1d39e4f6e2c87d8ab7cafa0b269a73 \
--hash=sha256:51a9c5f7b2f8e636f04c6cada605d9b6a3bf1348fdf945a3d8869b19bba0ee08
# via
# cwl-idp-account-unification
# fastapi
Expand Down
Loading