chore(deps): upgrade python dependencies - #19
Merged
Conversation
Upgrade uv.lock packages within existing pyproject.toml constraints (pandas, ruff, sqlfluff, mkdocs-material, pydantic, etc). Bump pre-commit hook revs (ruff, uv-pre-commit, commitlint) and pin newer uv (0.12.13) and Python (3.12.14) patch versions. No minimum-allowed version changes; sqlfluff and pyrefly pre-commit revs held back from their latest (4.x, 1.3.0-dev) to stay within pyproject constraints. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y5ki9FEVa9wwJgnppJKvcH
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.
Summary
uv.lockpackages within existingpyproject.tomlconstraints (pandas, ruff, sqlfluff, mkdocs-material, pydantic, etc.).uv-version/.python-versionpyproject.toml— no breaking changes required thempyproject.tomlconstraints (sqlfluff <4) and avoid a prerelease pyrefly hookTest plan
uv run pytest -vv -m "not df"and-m "df"passuv run ruff format --check ./uv run ruff check .passuv run pyrefly checkpassesuv run prek run --all-filespassesuv lock --checkpassesuv buildsucceeds🤖 Generated with Claude Code
https://claude.ai/code/session_01Y5ki9FEVa9wwJgnppJKvcH