mirror of
https://github.com/astral-sh/uv
synced 2026-01-25 23:40:11 -05:00
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary We are using UV as a library and need to set `tls_built_in_root_certs` on the reqwest client. This PR exposes this property in the `BaseClientBuilder` and in the `RegistryClientBuilder`. The default is set to `false`, so this does not change any behaviour unless you explicitly opt into it. <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan <!-- How was it tested? -->
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.