chore: refresh uv.lock files - #82
Merged
Merged
Conversation
Ran uv lock --upgrade on the root project and the minimal_workspace scaffold. Notable scaffold bumps: dlt 1.29.1 -> 1.30.0, dlthub 0.29.0 -> 0.30.0, dlthub-client 0.28.1 -> 0.28.2, starlette 1.3.1 -> 1.6.0, numpy 2.5.1 -> 2.5.2. Root bumps: dlt, mypy, posthog, sqlglot, orjson, and others. marimo is unchanged, so the onboarding notebook snapshot needs no lockstep bump. Added an [Unreleased] CHANGELOG entry for the scaffold refresh.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Routine dependency refresh:
uv lock --upgradeon the root project and theminimal_workspacescaffold. Both lock guards were already passing, so this is a latest-within-constraint refresh rather than a fix for drift.Changes
src/create_dlthub_workspace/scaffolds/minimal_workspace/uv.lock: 25 packages, notablydlt1.29.1 → 1.30.0,dlthub0.29.0 → 0.30.0,dlthub-client0.28.1 → 0.28.2,starlette1.3.1 → 1.6.0,numpy2.5.1 → 2.5.2,pyarrow25.0.0 → 25.0.1.uv.lock(root): 11 packages, notablydlt1.29.1 → 1.30.0,mypy2.3.0 → 2.3.1,posthog7.37.0 → 7.39.1,sqlglot30.14.0 → 30.17.0,orjson3.11.9 → 3.12.0.CHANGELOG.md:[Unreleased]entry for the scaffold refresh.marimois unchanged in this refresh, so the onboarding notebook's session snapshotmarimo_versionneeds no lockstep bump.Tests
make lock-check,make scaffold-lock-check,make scaffold-launcher-deps-check— all OKmake test— 168 tests passmake lint-ci— ruff format + check clean, mypy clean on 29 source files