You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the show_versions function to improve performance and print the output in a nicer table-like format.
Bug Fixes
Fix a bug in reading the HYRIVER_CACHE_EXPIRE environmental variable.
Bump the minimum version of aiohttp-client-cache to 0.8.1 to fix a bug in reading cache files that were created with previous versions. (:issue_async:[41]{.title-ref})
Internal Changes
Enable fast_save in aiohttp-client-cache to speed up saving responses to the cache file.
Use pyright for type checking instead of mypy and fix all type errors.
Skip 0.13.8/9 versions so the minor version of all HyRiver packages become the same.