chore: bump uv to 0.11.6 for GHSA-pjjw-68hj-v9mw#5411
Merged
greysonlalonde merged 1 commit intomainfrom Apr 10, 2026
Merged
Conversation
Low-severity advisory: malformed RECORD entries in wheels could delete files outside the venv on uninstall. Fixed in uv 0.11.6.
iris-clawd
approved these changes
Apr 10, 2026
Contributor
iris-clawd
left a comment
There was a problem hiding this comment.
uv bump 0.9.13 → 0.11.6 for GHSA-pjjw-68hj-v9mw (malformed RECORD path traversal on uninstall). Lockfile-only delta. LGTM 🚀 💬 220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip-audit was failing on
uv==0.9.30: GHSA-pjjw-68hj-v9mw. Low-severity: malformed RECORD entries in wheels could delete files outside the venv on uninstall. Fixed in uv 0.11.6.Test plan
uv lockregenerated cleanly, only uv entry changedNote
Low Risk
Low risk dependency-only change; primary impact is build/install tooling behavior if
uvhas breaking changes between versions.Overview
Updates the project’s
uvdependency from~0.9.xto~0.11.6inlib/crewai/pyproject.toml.Regenerates
uv.lockto pinuv==0.11.6(new sdist/wheel hashes/URLs), addressing the referenced security advisory.Reviewed by Cursor Bugbot for commit 37a7d03. Bugbot is set up for automated code reviews on this repo. Configure here.