fastapi-cache
fastapi-cache copied to clipboard
fix: fastapi dependencies import error
The get_typed_return_annotation method is only available after fastapi 0.89.0.
This PR is compatible with previous versions.