Released on 2026-07-07.
This release updates our ZIP library, astral-async-zip, to v0.0.20, which includes 15 changes that harden our ZIP handling against parser differentials. uv may reject ZIP archives with malformed or ambiguous content that were previously accepted.
See the upstream commits for a full list of changes.
- Upgrade GraalPy to 25.1.3 (#20069)
- Improve trace logs for unexpected error chains (#20220)
- Move lockfile update guidance to a hint (#20219)
- Preserve indentation for multiline error causes (#20156)
- Render user errors with their cause chains (#20217)
- Route final command errors through the printer to respect
-qand-qq(#20163) - Use standard rendering for
uv builderrors (#20159) - Use standard rendering for tool requirement errors (#20160)
- Only compile bytecode for installed distributions in
uv pip install(#19914) - Avoid allocating URL-safe Git revisions (#20194)
- Avoid allocating canonical Python request strings (#20193)
- Avoid allocating custom Astral mirror URLs (#20204)
- Avoid allocating expanded compatibility tags (#20190)
- Avoid allocating shell strings that need no escaping (#20196)
- Avoid allocating static ABI descriptions (#20201)
- Avoid allocating static Windows executable names (#20200)
- Avoid allocating static dependency table names (#20199)
- Avoid allocating static platform triple components (#20195)
- Avoid allocating static resolver report labels (#20198)
- Avoid allocating static unavailable-version messages (#20197)
- Avoid allocating unchanged Python download architectures (#20202)
- Avoid allocating unchanged paths during case normalization (#20203)
- Avoid allocations when expanding group conflicts (#20211)
- Avoid allocations when formatting requirements (#20206)
- Avoid cloning credential lookup services (#20210)
- Avoid cloning dry-run distributions (#20209)
- Avoid cloning owned dependency metadata (#20212)
- Avoid redundant direct URL clones (#20207)
- Create metadata version errors lazily (#20205)
- Optimize expanded tag compatibility checks (#20171)
- Optimize parsing of single-digit three-part versions (#20118)
- Avoid overflow when computing HTTP cache age (#20178)
- Respect
--upgradewhenupgrade-packageis configured (#19955) - Support
uv treein dependency-group-only projects (#20167) - Treat cache entries as stale at exact expiration (#20183)
Released on 2026-07-06.
- Continue on ignored errors when fetching wheel metadata (#12255)
- Use caching for
--python-downloads-json-url(#16749)
- Discover extensionless shebang scripts in
uv workspace list --scripts(#20099)
- Avoid full site-packages scans for direct reinstalls (#20119)
- Avoid redundant pyproject parsing (#20076)
- Cache default dependency markers when reading locks (#20125)
- Enable SIMD-accelerated TOML parsing (#20079)
- Intern
requires-pythonspecifiers in Simple API parsing (#20104) - Read cache entries into exact-sized buffers (#20120)
- Reduce VersionSpecifiers parsing allocations (#20105)
- Reduce site-packages scan allocation overhead (#20087)
- Reuse package names when parsing wheel filenames (#20110)
- Sort Simple API files after grouping (#20112)
- Always emit
packagestable for pylock.toml (#20145) - Avoid blank line for empty
uv pip tree(#20062) - Encode hashes in file paths (#19807)
- Error on a registry uv.lock package without a version instead of panicking (#19855)
- Preserve conditional extra markers in exports (#20148)
- Skip the ambiguous authority check for file transport VCS URLs (#20086)
- Sync index format when
uv add --indexupdates an existing index URL (#19818)
Released on 2026-06-30.
- Adapt uv to IDs-only PubGrub dependencies (#20048)
- Avoid allocations in
ForkMap::contains(#20023) - Reuse resolver work across PubGrub iterations (#20020)
- Speed up candidate selection for disjoint ranges (#20026)
- Warn when the build cache is inside the source directory (#20056)
Released on 2026-06-26.
This release updates our tar library, astral-tokio-tar, to v0.6.3, which includes over 20 changes that harden our tar handling against parser differentials. uv may reject source distributions with malformed or ambiguous content that were previously accepted.
See the upstream commits for a full list of changes.
- Add a full "lockfile" to tool receipts (#18937)
- Allow scoped overrides to add dependencies (#19974)
- Avoid writing redundant lockfile markers with
tool.uv.environments(#19933) - Factor supported environments out of lockfile markers (#19969)
- Recommend our own build backend in the build frontend (#19994)
- Reject wheels with multiple .dist-info directories (#19986)
- Simplify dependency markers under parent reachability (#19971)
- Support scoped dependency exclusions (#19977)
- Support scoped dependency overrides (#19970)
- Explain why files are skipped in registry index parsing (#19983)
- Add
uv workspace list --scripts(#20009) - Support centralised environments in
uv venv(#19912) - Use locked ty versions in
uv check(#19884) - Add centralized storage of project environments (#18214)
- Verify lockfile hashes before reusing a cached ty in
uv check(#19995) - Use locked dependency selection for
uv check --script(#19989)
- Preserve standalone markers in workspace metadata (#20011)
- Reject
uv buildif the cache dir is enclosed (#19991)
Released on 2026-06-23.
- Add CPython 3.15.0b3 (#19964)
- Make project environments relocatable under preview (#19965)
- Use a compact index for lazy version maps (#19959)
- Allow disabling
exclude-newer(#19934) - Avoid archive id collisions (#19949)
- Reapply "Fix transparent Python upgrades in project environments" (#19928)
- Clean up partial tool entrypoint installs (#19966)
- Fix relocatable
activate.fishand broaden Fish version support (#19856)
Released on 2026-06-19.
- Revert "Fix transparent Python upgrades in project environments" to mitigate unintended breakage in
pre-commit-uv(#19925) - Restore old behavior where workspace members "hidden" by an intermediate
pyproject.tomlwould be treated as standalone projects (#19926)
Released on 2026-06-18.
- Publish wheels before sdists in
uv publish(#19831) - Add
TYandRUFFenv vars for providing paths for binaries used byuv formatanduv check(#19821)
- Allow configuring preview features in
uv.tomlandpyproject.toml(#18437) - Update the lockfile during
uv check --no-sync(#19909) - Add
--scripttouv checkanduv metadata(#19860) - Report workspace-exclusive dependency groups in
workspace metadata(#19862) - Support SARIF as a
uv auditoutput (#19872)
- Use a more deadlock-resistant concurrent hashmap in the resolver (#19532)
- Update string marker ordering semantics to match upstream clarified rules (#19808)
- Reject extras that have the same normalized name (#19871)
- Reject dependency group
include-groupentries that have additional fields (#19866) - Reject invalid UTF-8 URL credentials (#19814)
- Validate that PEP 517
backend-paths exist when building sdists (#19834) - Validate that
pylock.tomlfiles do not have an unsupported alock-version(#19869) - Validate that the environment satisfies the
packages.requires-pythonof apylock.toml(#19868) - Allow
uvto be recursively invoked by PEP 517 build hooks (#19879) - Allow empty
credentials.tomlfiles (#19815) - Fix transparent Python upgrades in project environments (#19890)
- Handle non-file editable URLs in
uv pip list(#19867) - Fix incorrect output from
uv tree --invert(#19910) - Fix environment locking of
uv venvin a project (#19837) - Fix handling of workspace-exclusive dependency groups in
uv tree(#19905)
- Archive the 0.10.x changelog (#19813)
- Mark more tests as requiring network for vendors that need to run tests offline (#19819)
Released on 2026-06-11.
- Add CPython 3.13.14 and 3.14.6 (#19787)
- Add
environment.roottouv workspace metadata --sync(#19760) - Allow
uv upgradeto update a single dependency constraint (#19738) - Compute and pass
uv workspace metadatapayload inty check(#19763) - Make packaged applications the default for
uv init(#17841)
- Add parallel discovery of Python versions for
uv python list(#18684) - Avoid normalizing source distribution names twice (#19784)
- Improve cache robustness and pruning behavior
- Fix Python discovery and version request edge cases
- Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
- Allow trailing commas in version specifiers (#19806)
- Avoid panics for invalid UTF-8 URL credentials (#19800)
- Avoid panics for malformed source distribution filenames (#19776)
- Avoid panics for trailing extra separators (#19779)
- Avoid stack overflow for recursive requirements path aliases (#19777)
- Ignore reversed string compatible-release markers (#19782)
- Reject duplicate entries in conflict sets (#19801)
- Reject malformed hash options in requirements files (#19783)
- Reject source distribution filenames without a separator (#19803)
- Use UTF-8 lengths for requirement errors (#19781)
- Use UTF-8 lengths for trailing marker errors (#19796)
- Use byte offsets when peeking over requirements (#19780)
- Validate GraalPy ABI suffixes (#19805)
- Improve wheel entry-point error handling and virtual environment activation quoting
Released on 2026-06-10.
- Add
--emit-index-urland--emit-find-linkstouv export(#18370) - Add
--find-linkssupport foruv pip list(#16103) - Group executable install errors during
uv python install(#19691) - Use ICF in macOS release builds to reduce binary sizes (#19615)
- Recognize
UV_NO_INSTALL_PROJECT,UV_NO_INSTALL_WORKSPACE,UV_NO_INSTALL_LOCAL(#19323)
- Speed up discovery of large workspaces (#18311)
- Allow unknown preview flags with a warning again (#19669)
- Apply dependency exclusions to direct requirements (#19699)
- Avoid following external symlinks during cache clean (#19682)
- Avoid following symlinks during cache prune (#19543)
- Fix Git cache keys for worktrees and packed refs (#19706)
- Make resolver error handling iterative to avoid stack overflows (#19695)
- Pass
VIRTUAL_ENVthroughcygpathinsidefishon Windows (#19703) - Rebuild explicit local directory tool installs (#19591)
- Validate egg top-level entries as identifiers (#19679)
Released on 2026-06-03.
- Add CPython 3.15.0b2 (#19531)
- Always compute SHA256 for remote distributions (#19662)
- Add PyEmscripten platform (PEP 783) (#19629)
- Add Pyodide 2025 target triple (#19653)
- Make preview features for commands have names that aren't ambiguous with the command (#19645)
- Respect
--isolatedinuv check(#19666)
- Continue tool uninstall after dangling receipts (#19623)
- Skip Unix-specific installation steps when cross-installing Windows Python distributions (#19424)
Released on 2026-06-01.
- Fix performance regression in unzip of local wheels (#19637)
- Add
uv checkto runtyfrom uv (#19605)
- Update activation scripts with upstream fixes (#19628)
- Bump MSRV to 1.94 (#19600)
Released on 2026-05-28.
- Add a diagnostic for
uv addwith standard library modules (#19572) - Expose
uv workspaceand itslistsubcommand in help output (#19533) - Improve the "403 forbidden" hint to suggest
ignore-error-codeswhen applicable (#19521) - Skip direct URL lock freshness checks while offline (#19596)
- Add
import-namesandimport-namespacessupport touv-build(PEP 794) (#19380) - Add a
--no-editable-packageflag to various commands (#19584) - Infer Python version requests from source trees in
uv toolinvocations (#19577)
- Add module owners to
uv workspace metadata(#19122) - Do not allow
uv venv --clearto remove non-virtual environments (#19595)
- Improve the performance of large entries in
tool.uv.conflicts(#19538) - Avoid modifying the parent process' env with
--env-fileinuv run(#19567) - Fix script environment creation for scripts with long filenames (#19539)
- Fix transitive Git archive dependencies in lockfiles (#19589)
- Preserve Git repository URLs in direct URL metadata (#19590)
- Support redirects in
--check-url(#19594) - Accept case-insensitive HTML tags in
--find-linksparsing (#19537) - Reject duplicate script metadata blocks (#19544)
- Ban names like "python3" as script entry points (#19535, #19536)
- Validate Git LFS artifacts for Git archives (#19592)
- Use a relative path when creating symlinks in cache to improve relocatability (#19033)
- Fix malformed positional anchors in the CLI reference (#19575)
Released on 2026-05-21.
- Allow disabling reading the system config with
UV_NO_SYSTEM_CONFIG(#19476)
- Allow environment variables that take a list to be empty (#19503)
- Ensure that incompatible wheel hints do not leak secrets (#19504)
- Reject unsafe entry points in
uv-build(#19495) - Restrict delimiters in entry point parsing (#19471)
- uv-netrc: fix multi-word no-space comment lines causing parse errors (#19494)
- Document and test relative exclude-newer support for uv pip (#19475)
Released on 2026-05-18.
- Fix a TAR parser differential, see GHSA-3cv2-h65g-fgmm (#19463)
- Enforce that entry points cannot escape in the scripts directory, see GHSA-4gg8-gxpx-9rph (#19464)
- Add TOML v1.1 -> v1.0 backwards compatibility for source distributions (#18741)
- Add support for Azure request signing (#19421)
- Apply stricter validation to all wheel filename segments (#19364)
- Reject empty strings as an invalid package name (#19435)
- Use structured errors for signing authentication failures (#19422)
- uv audit: Add JSON output (#19305)
- Respect
required-environmentsinuv pip compile(#19378)
- Avoid parsing JSON manifest when local Python is available (#19398)
- Avoid walking nested directories in linker conflict registration (#19382)
- Optimize async wheel ZIP writing (#19383)
- Fix dead "already trimmed" fast-path in
Version::only_release_trimmed(#19425)
- Apply workspace-member
[tool.uv.sources]credentials underuv sync --frozen(#19423) - Skip empty directories in uv build outputs (#19437)
- Fix Git submodule handling when using relative paths (#12156)
- Fix line number reporting in netrc parsing (#19452)
- Move Bazel auth helper setup into integration guide (#19392)
Released on 2026-05-12.
- Add Astral mirror URL override (#19206)
- Ignore
top_level.txtentries in uninstall that are not valid Python identifiers (#19340)
- Avoid applying
.envfiles in parent process (#19343) - Filter ANSI codes in logging output (#19311)
- Fix
uv treeshowing extra-conditional deps for packages required without extras (#19332) - Respect build options (e.g.,
--no-build) during lock validation (#19366)
Released on 2026-05-10.
- Include data files in editable builds (#19312)
- Respect
--require-hasheswhen installing frompylock.tomlfiles (#19334)
- Add CPython 3.14.5
Released on 2026-05-08.
- Add CPython 3.15.0b1
- Add
--no-editablesupport touv pip install(#19306) - Require git refs in URLs to be percent-encoded (#19320)
- Respect
--no-devoverUV_DEV=1(#19313) - Don't suggest non-existent
--no-frozenflag (#19290) (#19294)
- Fix bug from inconsistent workflow name in GHA-PyPI guide example (#19309)
Released on 2026-05-06.
- Accept legacy ID format from pre-0.11.9 cache entries (#19301)
Released on 2026-05-05.
- Allow pre-release Python requests with non-zero patch versions (#19286)
Released on 2026-05-04.
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
For more context, see the announcement, issue, and pull request.
Issues with the new release can be reported in the uv or CPython issue trackers.
- Upgrade PyPy to v7.3.22
- Add CPython 3.14.5rc1
- On macOS, CPython statically links
libpythonto match Linux
- Omit compatible release desugaring for pre-release hints (#19267)
- Fix file locks on Android (#18323)
uv auditadd reporting for adverse project statuses (#19128)
- Discover versioned Python executables when
requires-pythonpins a version (#18700) - Fix URL prefix matching to require path boundaries (#19154)
- Fix transitive Git path dependencies in lockfiles (#19269)
- Handle incorrect unlock error in
LockedFile::dropon Wine (#19229) - Prevent uninstalling site-packages for empty
top_level.txtin.egg-info(#19114) - Use symlinks instead of junctions on Wine (#19213)
- Fix floating-point environment handling on ARMv7 (#19157)
- Redact credentials from remote requirements URL in offline errors (#19216)
- Windows tramplolines no longer set
PYTHONHOMEand only set__PYVENV_LAUNCHER__for virtual environments (#19199)
- Mark
--native-tlsandUV_NATIVE_TLSas deprecated (#18705) - Re-add
pytorch-triton-rocmto PyTorch ROCm docs (#19241) - Tweak changelog entries for 0.11.8 (#19188)
- Add 'Exporting lockfiles' to the Concepts->Projects index (#19209)
- Clarify that
uv initcreates git files / folders in the projects guide (#19183)
Released on 2026-04-27.
- Add
--python-downloads-json-urltopython pin(#19092) - Fetch uv from Astral mirror during self-update (#18682)
- Support
pip uninstall -y(#19082) - Allow
exclude-newerto be missing from the lockfile whenexclude-newer-spanis present (#19024) - Only show the version number in
uv self version --short(#19019) - Silence warnings on empty
SSL_CERT_DIRdirectory (#19018) - Use a sentinel timestamp for relative
exclude-newerandexclude-newer-packagevalues in lockfiles (#19022, #19101)
- Add
UV_PYTHON_NO_REGISTRY(#19035) - Add an environment variable for
UV_NO_PROJECT(#19052) - Expose
UV_PYTHON_SEARCH_PATHfor Python discoveryPATHoverrides (#19034)
- Add
rust-toolchain.tomlto uv-build sdist (#19131) - Ensure uv invocations of git do not inherit repository location environment variables (#19088)
- Redact pre-signed upload URLs in verbose output (#19146)
- Handle transitive URL dependencies in PEP 517 build requirements (#19076, #19086)
- Support
uv lockon apyproject.tomlthat only contains dependency-groups (#19087) - Disable transparent Python upgrades in projects when a patch version is requested via
.python-version(#19102) - Fix Python variant tagging in the Windows registry (#19012)
- Ban external symlinks in
.tar.zstwheels (#19144)
- Remove deprecated license classifiers from uv-build and add Python 3.14 classifier (#19130)
- Bump astral-sh/setup-uv version in docs (#19030)
- Update PyTorch documentation for PyTorch 2.11 (#19095)
Released on 2026-04-15.
- Upgrade CPython build to 20260414 including an OpenSSL security upgrade (#19004)
- Elevate configuration errors to
required-versionmismatches (#18977) - Further improve TLS certificate validation messages (#18933)
- Improve
--exclude-newerhints (#18952)
- De-quote
workspace metadatain linehaul data (#18966) - Avoid installing tool workspace member dependencies as editable (#18891)
- Emit JSON report for
uv sync --checkfailures (#18976) - Filter and warn on invalid TLS certificates (#18951)
- Fix equality comparisons for version specifiers with
~=operators (#18960) - Fix stale Python upgrade preview feature check in project environment construction (#18961)
- Improve Windows path normalization (#18945)
Released on 2026-04-09.
This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.
- Do not remove files outside the venv on uninstall (#18942)
- Validate and heal wheel
RECORDduring installation (#18943) - Avoid
uv cache cleanerrors due to Win32 path normalization (#18856)
Released on 2026-04-08.
- Add CPython 3.13.13, 3.14.4, and 3.15.0a8 (#18908)
- Fix
build_system.requireserror message (#18911) - Remove trailing path separators in path normalization (#18915)
- Improve error messages for unsupported or invalid TLS certificates (#18924)
- Add
exclude-newerto[[tool.uv.index]](#18839) uv audit: add context/warnings for ignored vulnerabilities (#18905)
- Normalize persisted fork markers before lock equality checks (#18612)
- Clear junction properly when uninstalling Python versions on Windows (#18815)
- Report error cleanly instead of panicking on TLS certificate error (#18904)
- Remove the legacy
PIP_COMPATIBILITY.mdredirect file (#18928) - Fix
uv init example-bare --bareexamples (#18822, #18925)
Released on 2026-04-07.
- Add support for
--upgrade-group(#18266) - Merge repeated archive URL hashes by version ID (#18841)
- Require all direct URL hash algorithms to match (#18842)
- Avoid panics in environment finding via cycle detection (#18828)
- Enforce direct URL hashes for
pyproject.tomldependencies (#18786) - Error on
--lockedand--frozenwhen script lockfile is missing (#18832) - Fix
uv exportextra resolution for workspace member and conflicting extras (#18888) - Include conflicts defined in virtual workspace root (#18886)
- Recompute relative
exclude-newervalues duringuv tree --outdated(#18899) - Respect
--exclude-newerinuv tool list --outdated(#18861) - Sort by comparator to break specifier ties (#18850)
- Store relative timestamps in tool receipts (#18901)
- Track newly-activated extras when determining conflicts (#18852)
- Patch
Cargo.lockinuv-buildsource distributions (#18831)
- Clarify that
--exclude-newercompares artifact upload times (#18830)
Released on 2026-04-01.
- Add progress bar for hashing phase in uv publish (#18752)
- Add support for ROCm 7.2 (#18730)
- Emit abi3t tags for every abi3 version (#18777)
- Expand
uv workspace metadatawith dependency information from the lock (#18356) - Implement support for PEP 803 (#18767)
- Pretty-print platform in built wheel errors (#18738)
- Publish installers to
/installers/uv/lateston the mirror (#18725) - Show free-threaded Python in built-wheel errors (#18740)
- Add
--ignoreand--ignore-until-fixedtouv audit(#18737)
- Bump simple API cache (#18797)
- Don't drop
blake2bhashes (#18794) - Handle broken range request implementations (#18780)
- Remove
powerpc64-unknown-linux-gnufrom release build targets (#18800) - Respect dependency metadata overrides in
uv pip check(#18742) - Support debug CPython ABI tags in environment compatibility (#18739)
Released on 2026-03-26.
- Add a dedicated Windows PE editing error (#18710)
- Make
uv self updatefetch the manifest from the mirror first (#18679) - Use uv reqwest client for self update (#17982)
- Show
uv self updatesuccess and failure messages with--quiet(#18645)
- Evaluate extras and groups when determining auditable packages (#18511)
- Skip redundant project configuration parsing for
uv run(#17890)
Released on 2026-03-24.
- Add missing hash verification for
riscv64gc-unknown-linux-musl(#18686) - Fallback to direct download when direct URL streaming is unsupported (#18688)
- Revert treating 'Dynamic' values as case-insensitive (#18692)
- Remove torchdata from list of packages to source from the PyTorch index (#18703)
- Special-case
==Python version request ranges (#9697)
- Cover
--python <dir>in "Using arbitrary Python environments" (#6457) - Fix version annotations for
PS_MODULE_PATHandUV_WORKING_DIR(#18691)
Released on 2026-03-23.
This release includes changes to the networking stack used by uv. While we think that breakage will be rare, it is possible that these changes will result in the rejection of certificates previously trusted by uv so we have marked the change as breaking out of an abundance of caution.
The changes are largely driven by the upgrade of reqwest, which powers uv's HTTP clients, to v0.13 which included some breaking changes to TLS certificate verification.
The following changes are included:
-
rustls-platform-verifieris used instead ofrustls-native-certsandwebpkifor certificate verificationThis change should have no effect unless you are using the
native-tlsoption to enable reading system certificates.rustls-platform-verifierdelegates to the system for certificate validation (e.g.,Security.frameworkon macOS) instead of eagerly loading certificates from the system and verifying them viawebpki. The effects of this change will vary based on the operating system. In general, uv's certificate validation should now be more consistent with browsers and other native applications. However, this is the most likely cause of breaking changes in this release. Some previously failing certificate chains may succeed, and some previously accepted certificate chains may fail. In either case, we expect the validation to be more correct and welcome reports of regressions.In particular, because more responsibility for validating the certificate is transferred to your system's security library, some features like CA constraints or revocation of certificates via OCSP and CRLs may now be used.
This change should improve performance when using system certificate on macOS, as uv no longer needs to load all certificates from the keychain at startup.
-
aws-lcis used instead ofringfor a cryptography backendThere should not be breaking changes from this change. We expect this to expand support for certificate signature algorithms.
-
--native-tlsis deprecated in favor of a new--system-certsflagThe
--native-tlsflag is still usable and has identical behavior to--system-certs.This change was made to reduce confusion about the TLS implementation uv uses. uv always uses
rustlsnotnative-tls. -
Building uv on x86-64 and i686 Windows requires NASM
NASM is required by
aws-lc. If not found on the system, a prebuilt blob provided byaws-lc-syswill be used.If you are not building uv from source, this change has no effect.
See the CONTRIBUTING guide for details.
-
Empty
SSL_CERT_FILEvalues are ignored (for consistency withSSL_CERT_DIR)
See #18550 for details.
- Enable frame pointers for improved profiling on Linux x86-64 and aarch64
See the python-build-standalone release notes for details.
- Treat 'Dynamic' values as case-insensitive (#18669)
- Use a dedicated error for invalid cache control headers (#18657)
- Enable checksum verification in the generated installer script (#18625)
- Add
--service-formatand--service-urltouv audit(#18571)
- Avoid holding flat index lock across indexes (#18659)
- Find the dynamic linker on the file system when sniffing binaries fails (#18457)
- Fix export of conflicting workspace members with dependencies (#18666)
- Respect installed settings in
uv tool list --outdated(#18586) - Treat paths originating as PEP 508 URLs which contain expanded variables as relative (#18680)
- Fix
uv exportfor workspace member packages with conflicts (#18635) - Continue to alternative authentication providers when the pyx store has no token (#18425)
- Use redacted URLs for log messages in cached client (#18599)
- Add details on Linux versions to the platform policy (#18574)
- Clarify
FLASH_ATTENTION_SKIP_CUDA_BUILDguidance forflash-attninstalls (#18473) - Split the dependency bots page into two separate pages (#18597)
- Split the alternative indexes page into separate pages (#18607)
See changelogs/0.9.x
See changelogs/0.8.x
See changelogs/0.7.x
See changelogs/0.6.x
See changelogs/0.5.x
See changelogs/0.4.x
See changelogs/0.3.x
See changelogs/0.2.x
See changelogs/0.1.x