You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, uv version does not return the project version but instead returns the version of UV itself. In Poetry, we can use poetry version to retrieve the project’s version as defined in pyproject.toml. This is useful for dynamically tagging builds, such as appending dev versions in CI with git rev-parse --short $GITHUB_SHA.
here is an example one that is used with poetry, can something similar be achieved with uv or planned feature.
Question
Currently,
uv version
does not return the project version but instead returns the version of UV itself. In Poetry, we can usepoetry version
to retrieve the project’s version as defined inpyproject.toml.
This is useful for dynamically tagging builds, such as appending dev versions in CI withgit rev-parse --short $GITHUB_SHA
.here is an example one that is used with poetry, can something similar be achieved with uv or planned feature.
Platform
macos (Darwin 24.3.0 arm64)
Version
uv 0.5.29 (Homebrew 2025-02-06)
The text was updated successfully, but these errors were encountered: