Skip to content

deps: Bump uv to 0.11.18#7708

Merged
khvn26 merged 1 commit into
mainfrom
deps/bump-uv-0.11.18
Jun 4, 2026
Merged

deps: Bump uv to 0.11.18#7708
khvn26 merged 1 commit into
mainfrom
deps/bump-uv-0.11.18

Conversation

@khvn26
Copy link
Copy Markdown
Member

@khvn26 khvn26 commented Jun 4, 2026

Thanks for submitting a PR! Please check the boxes below:

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

Changes

uv 0.11.14 → 0.11.18.

How did you test this code?

uv sync --frozen --extra dev and pre-commit pass with uv 0.11.18.

@khvn26 khvn26 requested review from a team as code owners June 4, 2026 16:55
@khvn26 khvn26 requested review from emyller and removed request for a team June 4, 2026 16:55
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Jun 4, 2026 4:55pm
flagsmith-frontend-preview Ignored Ignored Jun 4, 2026 4:55pm
flagsmith-frontend-staging Ignored Ignored Jun 4, 2026 4:55pm

Request Review

@github-actions github-actions Bot added api Issue related to the REST API dependencies Pull requests that update a dependency file labels Jun 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-7708 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-7708 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api-test:pr-7708 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-7708 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-7708 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-7708 Finished ✅ Results

@khvn26 khvn26 merged commit cbcac64 into main Jun 4, 2026
32 checks passed
@khvn26 khvn26 deleted the deps/bump-uv-0.11.18 branch June 4, 2026 16:59
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.52%. Comparing base (1946ec5) to head (4237e1e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7708   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files        1444     1444           
  Lines       54971    54971           
=======================================
  Hits        54161    54161           
  Misses        810      810           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  43.7 seconds
commit  4237e1e
info  🔄 Run: #17250 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  41.5 seconds
commit  4237e1e
info  🔄 Run: #17250 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  40.6 seconds
commit  4237e1e
info  🔄 Run: #17250 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  1 minute, 1 second
commit  4237e1e
info  🔄 Run: #17250 (attempt 1)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Visual Regression

19 screenshots compared. See report for details.
View full report

emyller added a commit that referenced this pull request Jun 4, 2026
The uv bump in #7708 changed tool.uv.required-version from a pinned
"0.11.14" to a range ">=0.11.18". The install-uv Make target derived
UV_VERSION via lstrip("="), which leaves the ">=" prefix intact and
produces the invalid pip requirement "uv==>=0.11.18", failing every API
image build. Strip leading comparator characters so the derived version
is a bare "0.11.18".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants