anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.92k stars 220 forks source link

requests_cache.CachedSession was moved to requests_cache.session.CachedSession #688

Open ahmubashshir opened 3 years ago

ahmubashshir commented 3 years ago

Describe the bug requests_cache.CachedSession was moved to requests_cache.session.CachedSession

ArjixWasTaken commented 3 years ago

Indeed. https://requests-cache.readthedocs.io/en/v0.6.4/api.html?highlight=CachedSession#sessions

JWCook commented 2 years ago

That is the full module path, but changing it isn't necessary, since everything is imported into the top-level requests_cache package. requests_cache.CachedSession works in all versions >= 0.4.

ArjixWasTaken commented 2 years ago

That is the full module path, but changing it isn't necessary, since everything is imported into the top-level requests_cache package. requests_cache.CachedSession works in all versions >= 0.4.

You see, this is why I closed my PR that referenced this issue...