Skip to content

Bump the pip group across 3 directories with 1 update

36422e3
Select commit
Loading
Failed to load commit list.
Open

Bump the pip group across 3 directories with 1 update #248

Bump the pip group across 3 directories with 1 update
36422e3
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed Apr 13, 2026 in 8m 37s

Code review found 1 important issue

Found 5 candidates, confirmed 1. See review comments for details.

Details

Severity Count
🔴 Important 1
🟡 Nit 0
🟣 Pre-existing 0
Severity File:Line Issue
🔴 Important python/poetry.lock:1-2 poetry.lock format upgrade breaks CI (lock-version 2.0->2.1 vs pinned Poetry 1.8.5)

Annotations

Check failure on line 2 in python/poetry.lock

See this annotation in the file changed.

@claude claude / Claude Code Review

poetry.lock format upgrade breaks CI (lock-version 2.0->2.1 vs pinned Poetry 1.8.5)

The python/poetry.lock file was silently regenerated by Poetry 2.2.1, upgrading lock-version from 2.0 to 2.1, but the project's .tool-versions pins Poetry to 1.8.5 — which cannot read lock-version 2.1 files and will raise an incompatibility error on 'poetry install'. To fix, either update .tool-versions (and all CI workflows that read it) to require Poetry 2.1+, or regenerate python/poetry.lock using Poetry 1.8.5.