Skip to content

Add uv.lock for reproducible builds - #225

Merged
balloob merged 1 commit into
mainfrom
claude/quizzical-banzai
Apr 14, 2026
Merged

Add uv.lock for reproducible builds#225
balloob merged 1 commit into
mainfrom
claude/quizzical-banzai

Conversation

@balloob

@balloob balloob commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove uv.lock from .gitignore and commit the generated lock file
  • Ensures reproducible dependency resolution across environments

Fixes #220

Test plan

  • Verify uv sync works correctly with the lock file
  • Verify uv run sendspin --help still works

🤖 Generated with Claude Code

Remove uv.lock from .gitignore and commit the generated lock file
to ensure reproducible dependency resolution across environments.

Fixes #220

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 14, 2026 12:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@balloob balloob added the dependencies Bumps dependencies label Apr 14, 2026
@balloob
balloob merged commit a055dc0 into main Apr 14, 2026
1 check passed
@balloob
balloob deleted the claude/quizzical-banzai branch April 14, 2026 12:30
selleronom pushed a commit to selleronom/sendspin-cli that referenced this pull request Apr 15, 2026
## Summary
- Remove `uv.lock` from `.gitignore` and commit the generated lock file
- Ensures reproducible dependency resolution across environments

Fixes Sendspin#220

## Test plan
- [ ] Verify `uv sync` works correctly with the lock file
- [ ] Verify `uv run sendspin --help` still works

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bumps dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add uv.lock file

2 participants