google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

feat: drop `cachetools` dependency in favor of simple local implementation

Open akx opened this issue 1 year ago • 7 comments

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.

akx avatar Aug 26 '24 11:08 akx