Skip to content

chore: refresh uv.lock files#16

Merged
bjoaquinc merged 1 commit into
develfrom
chore/refresh-uv-lock
Jul 22, 2026
Merged

chore: refresh uv.lock files#16
bjoaquinc merged 1 commit into
develfrom
chore/refresh-uv-lock

Conversation

@bjoaquinc

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 lock-check and make scaffold-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 merged commit 2fc84b8 into devel Jul 22, 2026
8 checks passed
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