Skip to content

fix(deps): Update Locked Dependencies#7

Merged
bigH merged 1 commit into
mainfrom
update-deps
Jun 27, 2026
Merged

fix(deps): Update Locked Dependencies#7
bigH merged 1 commit into
mainfrom
update-deps

Conversation

@bigH

@bigH bigH commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

Syncs uv.lock with the current project state. Two changes:

  • Version reference bumped 0.3.01.0.0 so the lockfile matches the released package version (pyproject.toml is already 1.0.0 from chore: Release 1.0.0 #6).
  • exceptiongroup dependency now resolves typing-extensions unconditionally (dropping the python_full_version < '3.13' marker), tracking an upstream metadata change.

These are dev-dependency / lockfile resolution changes — the package itself ships zero runtime dependencies. No source, test, or behavior changes.

Release

Titled fix(deps): so Release Please cuts a 1.0.1 patch on merge to main, honoring the request to release from this PR. (Strictly a lockfile sync would be a chore; the resolved-dependency change makes fix(deps) honest enough to drive the patch.)

Validation

  • uv run pytest — green (CI Test / pytest ✅)
  • PR Title / validate — now conforms to the title policy

Components touched

graph TD
    A[uv.lock] -->|version ref 0.3.0 -> 1.0.0| B[matches pyproject 1.0.0]
    A -->|exceptiongroup marker dropped| C[typing-extensions resolved unconditionally]
    classDef touched fill:#fde68a,stroke:#b45309,color:#000;
    class A touched;
Loading

🤖 Generated with Claude Code
🧠 Steered & Validated by Hiren Hiranandani

@bigH bigH changed the title update deps fix(deps): Update Locked Dependencies Jun 27, 2026
@bigH bigH merged commit c55e351 into main Jun 27, 2026
2 of 3 checks passed
@bigH bigH deleted the update-deps branch June 27, 2026 06:14
@bigH bigH restored the update-deps branch June 27, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant