Skip to content

docs: uv integration lock file ver upgrade #1281

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 4 commits into from
Jun 29, 2025

Conversation

aqib-bhat
Copy link
Contributor

@aqib-bhat aqib-bhat commented Jun 24, 2025

Purpose

Rationale

  • I am using uv and PSR for my package: https://github.com/aqib-oss/sonar-qube-gh-action
  • I looked at the uv documentation and found a command to upgrade the version of only one package. Since uv lock file has the version of your project as well, I found that the command can be used to have the version synced in the lock file after PSR upgrades the version in pyproject.toml file.

How did you test?

I tested in my own repository where I observed the issue.

How to Verify

Create a python repo that uses uv and PSR, and follow the updated instructions for UV integration as per this PR.


PR Completion Checklist

  • Reviewed & followed the Contributor Guidelines

  • Changes Implemented & Validation pipeline succeeds

  • Commits follow the Conventional Commits standard
    and are separated into the proper commit type and scope (recommended order: test, build, feat/fix, docs)

  • Appropriate Unit tests added/updated

  • N/A Appropriate End-to-End tests added/updated

  • Appropriate Documentation added/updated and syntax validated for sphinx build (see Contributor Guidelines)

@codejedi365 codejedi365 merged commit 5390145 into python-semantic-release:master Jun 29, 2025
13 checks passed
@codejedi365
Copy link
Contributor

🎉 This PR has been published as part of v10.2.0 🎉

You can find more information about this release on the GitHub Releases page.

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.

UV integration documentation examples do not work as intended
2 participants