chore(deps): refresh uv.lock files - #20
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, starlette 1.3.1 -> 1.6.0, sqlglot 30.14 -> 30.17, setuptools 83.0 -> 84.0. Root bumps: ast-serialize, librt, mypy, posthog, charset-normalizer, packaging. ruff stays capped below 0.16. 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.
Runs
uv lock --upgradeon the root project and theminimal_workspacescaffold.Scaffold (shipped to users)
Notable bumps:
dlt1.29.1 -> 1.30.0,dlthub0.29.0 -> 0.30.0,starlette1.3.1 -> 1.6.0,sqlglot30.14 -> 30.17,setuptools83.0 -> 84.0, plus transitive updates (24 packages total).Root (dev toolchain)
ast-serialize0.6.0 -> 0.8.0,librt0.13.0 -> 0.15.0,mypy2.3.0 -> 2.3.1,posthog7.37.0 -> 7.39.1,charset-normalizer,packaging.ruffstays capped below 0.16 so the lint ruleset is unchanged.Verification
make lint-ci— ruff format/check clean, mypy 2.3.1 cleanmake test— 107 unit tests passmake test-integration— passes; performs a realuv syncof the scaffold against the new lockmake lock-check+make scaffold-lock-check— both in syncdlt1.30.0,dlthub0.30.0,starlette1.6.0,fastmcp3.4.7) anddlthub --versionrunsThe
starlette1.3 -> 1.6 jump is transitive viafastmcpand is the main thing worth a second look.