Skip to content

fix(deps): regenerate uv.lock for tauri-essentials extra#756

Merged
paddymul merged 1 commit into
mainfrom
fix/uv-lock-tauri-essentials
May 17, 2026
Merged

fix(deps): regenerate uv.lock for tauri-essentials extra#756
paddymul merged 1 commit into
mainfrom
fix/uv-lock-tauri-essentials

Conversation

@paddymul
Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • uv sync --locked --dev --no-install-project passes locally with uv 0.11.14 (same version CI uses)
  • CI Python / Lint passes on this PR
  • CI Docs / Build + Check Links passes on this PR

🤖 Generated with Claude Code

#753 added the `tauri-essentials` extras group to pyproject.toml but
didn't regenerate uv.lock, so `uv sync --locked` rejects the tree as
inconsistent. This breaks every PR's CI (Python / Lint and Docs /
Build) because pull_request runs against the merge commit and inherits
main's drifted state. Re-running `uv lock` adds the resolved entry for
tauri-essentials; no other resolutions change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

📦 TestPyPI package published

pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.13.5.dev25994343570

or with uv:

uv pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.13.5.dev25994343570

MCP server for Claude Code

claude mcp add buckaroo-table -- uvx --from "buckaroo[mcp]==0.13.5.dev25994343570" --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo-table

📖 Docs preview

🎨 Storybook preview

@paddymul paddymul added this pull request to the merge queue May 17, 2026
@paddymul paddymul removed this pull request from the merge queue due to a manual request May 17, 2026
@paddymul paddymul merged commit d4f5fef into main May 17, 2026
27 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