astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.73k stars 321 forks source link

Remove `KeyringProvider.cache` #3243

Closed zanieb closed 2 weeks ago

zanieb commented 2 weeks ago

This is handled by CredentialsCache.fetches instead since #3237

Moves the test demonstrating the flaw in the cache to the middleware level.