Skip to content

ci: udpate package dependency after bump#64

Merged
sdn4z merged 1 commit intomainfrom
uv2
Jul 24, 2025
Merged

ci: udpate package dependency after bump#64
sdn4z merged 1 commit intomainfrom
uv2

Conversation

@sdn4z
Copy link
Collaborator

@sdn4z sdn4z commented Jul 24, 2025

There is a problem with uv lock every time we bump the version: in uv.lock it stays as it is but then in pyproject.toml it has the updated version. This results in, whenever we run uv sync --locked (like we do in the CI), uv breaking because versions do not match.

This PR attempts to update ONLY the package version pinned in the uv.lock, so that it is consistent with the real version, while keeping all the already existing behaviour in version bump.

@github-actions github-actions bot added the CI label Jul 24, 2025
@sdn4z sdn4z merged commit ffbb4da into main Jul 24, 2025
7 checks passed
@sdn4z sdn4z deleted the uv2 branch July 24, 2025 09:51
@github-actions github-actions bot added CI and removed CI labels Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant