Skip to content

fix(cd) prefix version with v to adjust to uv/poetry 2.3.0 output#3115

Merged
cgoetz-inovex merged 1 commit intomainfrom
chore/STACKITSDK-321_migrate-uv-fix-cd
Feb 25, 2026
Merged

fix(cd) prefix version with v to adjust to uv/poetry 2.3.0 output#3115
cgoetz-inovex merged 1 commit intomainfrom
chore/STACKITSDK-321_migrate-uv-fix-cd

Conversation

@cgoetz-inovex
Copy link
Contributor

CD used poetry 2.2.1 which reported the version of a package with v prefix. By switching to poetry 2.3.0 or uv the output changed to just the version number.

Prefixed the version number with v in the helper script to adjust to this change.

Description

relates to #1234

Checklist

  • Issue was linked above
  • No generated code was adjusted manually (check comments in file header)
  • Changelogs and versioning
    • Changelog in root directory was adjusted (see here)
    • Changelog of the service(s) was adjusted (see e.g. here)
    • pyproject.toml of the service(s) was adjusted (see e.g. here)
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

CD used poetry 2.2.1 which reported the version of a package with `v`
prefix. By switching to poetry 2.3.0 or uv the output changed to just
the version number.

Prefixed the version number with `v` in the helper script to adjust to
this change.
@cgoetz-inovex cgoetz-inovex marked this pull request as ready for review February 25, 2026 10:48
@cgoetz-inovex cgoetz-inovex requested a review from a team as a code owner February 25, 2026 10:48
@cgoetz-inovex cgoetz-inovex enabled auto-merge (squash) February 25, 2026 10:51
@cgoetz-inovex cgoetz-inovex merged commit 59fb484 into main Feb 25, 2026
10 checks passed
@cgoetz-inovex cgoetz-inovex deleted the chore/STACKITSDK-321_migrate-uv-fix-cd branch February 25, 2026 11:05
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.

2 participants