google-auth-library-python
google-auth-library-python copied to clipboard
feat: drop `cachetools` dependency in favor of simple local implementation
This PR drops the dependency on cachetools, which was only used for its LRU cache class, in favor of a simple local implementation.
This should have a small but positive effect on many downstream users given how many times this library is downloaded per day.