fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

bugfix: type hint @cache for non-awaitable functions

Open SubaruArai opened this issue 11 months ago • 0 comments

@cache's type hint allowed only awaitables, although the implementation supported both. This commit allows both awaitables and non-awaitables for @cache's type hint.

SubaruArai avatar Jul 05 '23 02:07 SubaruArai