Skip to content

fix(deps): Update Locked Dependencies#8

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

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

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).
  • 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.

This remakes the earlier update deps PR with a Conventional Commit title so Release Please cuts a 1.0.1 patch on merge.

Validation

  • uv run pytest — green
  • PR Title / validate — 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

## Summary

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

- **Version reference** bumped `0.3.0` → `1.0.0` so the lockfile matches the released package version (`pyproject.toml` is already `1.0.0`).
- **`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.

This remakes the earlier `update deps` PR with a Conventional Commit title so Release Please cuts a **1.0.1** patch on merge.

## Validation

- `uv run pytest` — green
- `PR Title / validate` — conforms to the title policy

## Components touched

```mermaid
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;
```

🤖 Generated with [Claude Code](https://claude.com/claude-code)
🧠 Steered & Validated by [Hiren Hiranandani](https://github.com/bigH)
@bigH bigH merged commit 4fd67b7 into main Jun 27, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 27, 2026
bigH pushed a commit that referenced this pull request Jun 27, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.0.1](v1.0.0...v1.0.1)
(2026-06-27)


### Bug Fixes

* **deps:** Update Locked Dependencies
([#8](#8))
([4fd67b7](4fd67b7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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