uv
uv copied to clipboard
An extremely fast Python package and project manager, written in Rust.
## Summary Fixes #16712. This PR adds empty value filtering to `SSL_CERT_FILE` environment variable handling, matching the existing behavior of `SSL_CERT_DIR`. Previously, setting `SSL_CERT_FILE=""` would cause uv to attempt to...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swatinem/rust-cache](https://redirect.github.com/Swatinem/rust-cache) | action | patch | `v2.8.0` -> `v2.8.1` | --- ### Release...
### Summary First off - amazing tooling! Love your work and thanks for your consideration! ## Premise My typical (and I believe a common) development workflow when working on a...
I would like to propose as enhancement to provide the capability to configure additional module search paths in pyproject.toml I have a project which needs to look for further paths,...
### Summary Apologies if this isn't the correct place to raise this issue, not sure where to raise it after reading some past issues here related to hash mismatches. I...
### Summary `uv python upgrade` Reports: `There are no installed versions to upgrade` The meaning of this message is somewhat ambiguous. This message could mean: 1. No installed versions of...
### Question I want to build a docker image that will be used as a base image for multiple python-based analysis projects. The idea is to fix the Python version,...
### Summary We have an interesting discussions in Airlfow about sharing some code between different distributions in the same workspace and we have a particular need that might be useful...
### Summary ## Bug Description If the package path for a package project type includes a symlink to a directory, the uv_build backend fails. ## Reproduction 1. Create a new...
### Summary The `uv add` command is hanging forever for the following repo and commit: https://github.com/alex-shapiro/PufferLib/commit/21807b34145822e307314dd0e3b503139c6aaa97. uv version: 0.9.10 OS version: macOS 15.6.1 (24G90) command: `uv add` Command log: ```...