Skip to content
Closed
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
6 changes: 3 additions & 3 deletions services/account_unification/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv export --format requirements-txt --extra dev --hashes --no-emit-project --output-file requirements-dev.txt
annotated-doc==0.0.4 \
--hash=sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320 \
--hash=sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4
annotated-doc==0.0.5 \
--hash=sha256:117bac03a25ede5df5440e855b32d556049ca169ead221505badf432fed4b101 \
--hash=sha256:c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb
Comment on lines +3 to +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.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

rg -n -A8 -B2 'name = "annotated-doc"' services/account_unification/uv.lock

Repository: ContextualWisdomLab/keyverse

Length of output: 1782


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '\n== requirements-dev.txt ==\n'
cat -n services/account_unification/requirements-dev.txt

printf '\n== uv.lock annotated-doc entries ==\n'
rg -n -A8 -B2 'name = "annotated-doc"|version = "0\.0\.[45]"|annotated_doc-0\.0\.[45]' services/account_unification/uv.lock

printf '\n== repo hints for uv.lock / requirements-dev workflow ==\n'
rg -n 'uv.lock|requirements-dev\.txt|annotated-doc' -g 'README*' -g '*.md' -g '*.yml' -g '*.yaml' -g 'pyproject.toml' -g 'Makefile' .

Repository: ContextualWisdomLab/keyverse

Length of output: 23950


services/account_unification/uv.lockannotated-doc 0.0.5로 맞춰 주세요.
requirements-dev.txt는 0.0.5인데 uv.lock은 아직 0.0.4와 이전 해시를 고정하고 있어 uv sync --locked에서 새 버전이 반영되지 않습니다.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@services/account_unification/requirements-dev.txt` around lines 3 - 5, Update
the dependency entry for annotated-doc in uv.lock to version 0.0.5 and replace
its stale hashes with the hashes matching the 0.0.5 requirements-dev.txt entry,
preserving the lockfile’s existing metadata structure so uv sync --locked
resolves consistently.

# via fastapi
annotated-types==0.7.0 \
--hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
Expand Down
Loading