Skip to content

[Feature request] uv command to update package version in pyproject.toml #6430

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

Closed
albertferras-vrf opened this issue Aug 22, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@albertferras-vrf
Copy link

Currently, we have a command to add dependencies to pyproject.toml like this: uv add package==1.2.3
It would be nice if we could also bump our package version (project.version) through a command, too.

I have two different use cases which would get simpler to do:

  • Our CI builds and release 'dev version' packages on every commit
  • We have >5 packages in some of our projects, which must all be bumped together when any of them changes (they all depend on some common lib, kind of similar to botocore stuff), so we have custom script to update all version from all packages.
@zanieb
Copy link
Member

zanieb commented Aug 22, 2024

Duplicate of #6298

@zanieb zanieb marked this as a duplicate of #6298 Aug 22, 2024
@zanieb zanieb closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
@zanieb zanieb added the duplicate This issue or pull request already exists label Aug 22, 2024
@zanieb
Copy link
Member

zanieb commented Aug 22, 2024

Totally agree though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants