Skip to content

chore: refresh uv.lock files#15

Closed
bjoaquinc wants to merge 1 commit into
develfrom
refresh-uv-lockfiles
Closed

chore: refresh uv.lock files#15
bjoaquinc wants to merge 1 commit into
develfrom
refresh-uv-lockfiles

Conversation

@bjoaquinc

@bjoaquinc bjoaquinc commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Refresh the resolved dependency lockfiles with uv lock --upgrade — root project and the bundled minimal_workspace scaffold. No pyproject.toml changes; lockfile refresh only.

Root uv.lock (dev/build toolchain, not user-facing):

  • mypy 2.2.0 → 2.3.0, posthog 7.22.0 → 7.27.0, ruff 0.15.21 → 0.15.22

minimal_workspace/uv.lock (ships to users):

  • dlt 1.28.2 → 1.29.0, dlthub 0.27.0 → 0.29.0
  • sqlglot 28.0 → 30.13 (major jump)
  • marimo 0.23.13 → 0.23.14, cyclopts, narwhals, opentelemetry-api, anyio, and assorted transitives
  • Drops the python-jose crypto stack (python-jose / rsa / ecdsa / pyasn1) plus ply / ruamel-yaml; joserfc bumped 1.7.3 → 1.7.4

CHANGELOG [Unreleased] → Changed entry added for the scaffold refresh (per the user-facing-only convention; root dev-tool bumps are not listed).

Tests

  • make scaffold-lock-check and make lock-check pass (both lockfiles in sync with their pyproject.toml).

🤖 Generated with Claude Code

Ran `uv lock --upgrade` on the root project and the minimal_workspace scaffold.
Notable scaffold bumps: dlt 1.28.2->1.29.0, dlthub 0.27.0->0.29.0, sqlglot
28.0->30.13, marimo 0.23.13->0.23.14; drops the python-jose crypto stack in
favor of joserfc. Root bumps: mypy, posthog, ruff. Added an [Unreleased]
CHANGELOG entry for the scaffold refresh.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@bjoaquinc
bjoaquinc force-pushed the refresh-uv-lockfiles branch from 6612897 to 0d8c77b Compare July 21, 2026 14:39
@bjoaquinc bjoaquinc closed this Jul 21, 2026
@bjoaquinc
bjoaquinc deleted the refresh-uv-lockfiles branch July 21, 2026 14:40
@bjoaquinc bjoaquinc changed the title Refresh uv lockfiles chore: refresh uv.lock files Jul 21, 2026
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