Skip to content

Add uv.lock #4890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 8, 2025
Merged

Add uv.lock #4890

merged 5 commits into from
Aug 8, 2025

Conversation

harshil21
Copy link
Member

Closes #4796

I ran uv lock --upgrade so we should have all the latest dependencies,

Ideally I want this merged before #4887 so I can check if Renovate detects it and test something like downgrading a dependency and checking if Renovate wants to upgrade it.

@harshil21 harshil21 added the 🔗 python related technology: python label Jul 31, 2025
Copy link
Member

@Bibo-Joshi Bibo-Joshi left a comment

Choose a reason for hiding this comment

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

I'm personally strongly in favor of using pylock.toml as language wide standard rather than uv.lock as tool-specific file. If it's important to us to introduce this lock file soon and we don't want to wait for dependabot to add support, I'd be open to using uv.lock as stand-in. In that case I strongly suggest to open a follow-up issue for switching to pylock.toml once all our tools support it.

#4796 (comment)

Could you please create that ticket and in it link to relevant threads of tools that might be revelant to us (dependabot, uv, pip, renovate)? Also link to this PR :)

Copy link
Member

@Bibo-Joshi Bibo-Joshi left a comment

Choose a reason for hiding this comment

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

Thanks for your patience! If there's nothing left from your side I can merge :)

@Bibo-Joshi Bibo-Joshi merged commit 58390dd into master Aug 8, 2025
29 checks passed
@Bibo-Joshi Bibo-Joshi deleted the uv-lock branch August 8, 2025 04:53
@github-actions github-actions bot locked and limited conversation to collaborators Aug 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔗 python related technology: python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a Dependency Lock File for Development
2 participants