Uv

Latest version: v0.5.9

Safety actively analyzes 688931 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 22

0.1.22

Not secure
Enhancements

- Add support for PyTorch-style local version semantics ([2430](https://github.com/astral-sh/uv/pull/2430))
- Add support for Hatch's `{root:uri}` paths in editable installs ([2492](https://github.com/astral-sh/uv/pull/2492))
- Implement `uv pip check` ([2397](https://github.com/astral-sh/uv/pull/2397))
- Add pip-like linehaul information to user agent ([2493](https://github.com/astral-sh/uv/pull/2493))
- Add additional ARM targets to release ([2417](https://github.com/astral-sh/uv/pull/2417))

Bug fixes

- Allow direct file path requirements to include fragments ([2502](https://github.com/astral-sh/uv/pull/2502))
- Avoid panicking on cannot-be-a-base URLs ([2461](https://github.com/astral-sh/uv/pull/2461))
- Drop `macosx_10_0` from compatible wheel tags on `aarch64` ([2496](https://github.com/astral-sh/uv/pull/2496))
- Fix operating system detection on \*BSD ([2505](https://github.com/astral-sh/uv/pull/2505))
- Fix priority of ABI tags ([2489](https://github.com/astral-sh/uv/pull/2489))
- Fix priority of platform tags for manylinux ([2483](https://github.com/astral-sh/uv/pull/2483))
- Make > operator exclude post and local releases ([2471](https://github.com/astral-sh/uv/pull/2471))
- Re-add support for pyenv shims ([2503](https://github.com/astral-sh/uv/pull/2503))
- Validate required package names against wheel package names ([2516](https://github.com/astral-sh/uv/pull/2516))

0.1.21

Not secure
Enhancements

- Loosen `.dist-info` validation to accept arbitrary versions ([2441](https://github.com/astral-sh/uv/pull/2441))

Bug fixes

- Fix macOS architecture detection on i386 machines ([2454](https://github.com/astral-sh/uv/pull/2454))

0.1.20

Not secure
Bug fixes

- Add in-URL credentials to store prior to creating requests ([2446](https://github.com/astral-sh/uv/pull/2446))
- Error when direct URL requirements don't match `Requires-Python` ([2196](https://github.com/astral-sh/uv/pull/2196))

0.1.19

Not secure
Configuration

- Add `UV_NATIVE_TLS` environment variable ([2412](https://github.com/astral-sh/uv/pull/2412))
- Allow `SSL_CERT_FILE` without requiring `--native-tls` ([2401](https://github.com/astral-sh/uv/pull/2401))
- Add support for retrieving credentials from `keyring` ([2254](https://github.com/astral-sh/uv/pull/2254))

Bug fixes

- Add backoff for transient Windows failures ([2419](https://github.com/astral-sh/uv/pull/2419))
- Move architecture and operating system probing to Python ([2381](https://github.com/astral-sh/uv/pull/2381))
- Respect `--native-tls` in `venv` ([2433](https://github.com/astral-sh/uv/pull/2433))
- Treat non-existent site-packages as empty ([2413](https://github.com/astral-sh/uv/pull/2413))

Documentation

- Document HTTP authentication ([2425](https://github.com/astral-sh/uv/pull/2425))

Performance

- Improve performance of version range operations ([2421](https://github.com/astral-sh/uv/pull/2421))

0.1.18

Not secure
Breaking changes

Users that rely on native root certificates (or the `SSL_CERT_FILE`) environment variable must now
pass the `--native-tls` command-line flag to enable this behavior.

- Enable TLS native root toggling at runtime ([2362](https://github.com/astral-sh/uv/pull/2362))

Enhancements

- Add `--dry-run` flag to `uv pip install` ([1436](https://github.com/astral-sh/uv/pull/1436))
- Implement "Requires" field in `pip show` ([2347](https://github.com/astral-sh/uv/pull/2347))
- Remove `wheel` from default PEP 517 backend ([2341](https://github.com/astral-sh/uv/pull/2341))
- Add `UV_SYSTEM_PYTHON` environment variable as alias
to `--system` ([2354](https://github.com/astral-sh/uv/pull/2354))
- Add a `-vv` log level and make `-v` more readable ([2301](https://github.com/astral-sh/uv/pull/2301))

Bug fixes

- Expand environment variables prior to detecting scheme ([2394](https://github.com/astral-sh/uv/pull/2394))
- Fix bug where `--no-binary :all:` prevented build of editable
packages ([2393](https://github.com/astral-sh/uv/pull/2393))
- Ignore inverse dependencies when building graph ([2360](https://github.com/astral-sh/uv/pull/2360))
- Skip prefetching when `--no-deps` is specified ([2373](https://github.com/astral-sh/uv/pull/2373))
- Trim injected `python_version` marker to (major, minor) ([2395](https://github.com/astral-sh/uv/pull/2395))
- Wait for request stream to flush before returning resolution ([2374](https://github.com/astral-sh/uv/pull/2374))
- Write relative paths for scripts in data directory ([2348](https://github.com/astral-sh/uv/pull/2348))
- Add dedicated error message for direct filesystem paths in
requirements ([2369](https://github.com/astral-sh/uv/pull/2369))

0.1.17

Not secure
Enhancements

- Allow more-precise Git URLs to override less-precise Git URLs ([2285](https://github.com/astral-sh/uv/pull/2285))
- Add support for Metadata 2.2 ([2293](https://github.com/astral-sh/uv/pull/2293))
- Added ability to select bytecode invalidation mode of generated `.pyc`
files ([2297](https://github.com/astral-sh/uv/pull/2297))
- Add `Seek` fallback for zip files with data descriptors ([2320](https://github.com/astral-sh/uv/pull/2320))

Bug fixes

- Support reading UTF-16 requirements files ([2283](https://github.com/astral-sh/uv/pull/2283))
- Trim rows in `pip list` ([2298](https://github.com/astral-sh/uv/pull/2298))
- Avoid using setuptools shim of distutils ([2305](https://github.com/astral-sh/uv/pull/2305))
- Communicate PEP 517 hook results via files ([2314](https://github.com/astral-sh/uv/pull/2314))
- Increase default buffer size for wheel and source downloads ([2319](https://github.com/astral-sh/uv/pull/2319))
- Add `Accept-Encoding: identity` to remaining stream paths ([2321](https://github.com/astral-sh/uv/pull/2321))
- Avoid duplicating authorization header with netrc ([2325](https://github.com/astral-sh/uv/pull/2325))
- Remove duplicate `INSTALLER` in `RECORD` ([2336](https://github.com/astral-sh/uv/pull/2336))

Documentation

- Add a custom suggestion to install wheel into the build
environment ([2307](https://github.com/astral-sh/uv/pull/2307))
- Document the environment variables that uv respects ([2318](https://github.com/astral-sh/uv/pull/2318))

Page 19 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.