Skip to content

fix: pin uv version in Dockerfile - #219

Merged
randy-concepcion merged 1 commit into
mainfrom
fix/pin-uv-version-in-dockerfile
Jul 29, 2026
Merged

fix: pin uv version in Dockerfile#219
randy-concepcion merged 1 commit into
mainfrom
fix/pin-uv-version-in-dockerfile

Conversation

@randy-concepcion

Copy link
Copy Markdown
Contributor

What's New

  • Pins uv to 0.10.8 in the Dockerfile, matching what every workflow in the repo already uses

Context

The Dockerfile ran pip install --no-cache-dir uv with no version pin, so it picked up whatever was latest on PyPI. uv 0.12.0 released and the build started failing.

error: Required uv version `>=0.10, <0.12` does not match the running version `0.12.0`

pyproject.toml sets required-version = ">=0.10,<0.12", so uv refuses to run. This would break any build on main right now, not just a specific commit.

Every workflow (linters_and_tests.yml, auto-bump-version.yml, post-deploy-smoke.yml) already pins uv==0.10.8. The Dockerfile was the only unpinned install, so this brings it in line and keeps CI and the image on the same version.

Related

  • AIPLAT-1169: uv is pinned in six places now, so bumping it means touching all of them. That ticket covers establishing canonical versioning.

@randy-concepcion
randy-concepcion marked this pull request as ready for review July 29, 2026 14:26
@randy-concepcion
randy-concepcion requested a review from a team as a code owner July 29, 2026 14:26

@FieldMarshallObvious FieldMarshallObvious left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@randy-concepcion
randy-concepcion merged commit 30b29fc into main Jul 29, 2026
6 checks passed
@randy-concepcion
randy-concepcion deleted the fix/pin-uv-version-in-dockerfile branch July 29, 2026 14:46
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