Browse Source
The openapi_prefix parameter deprecation used logger.warning() which is inconsistent with the rest of the codebase that uses warnings.warn() with FastAPIDeprecationWarning. This makes the deprecation filterable with standard Python warning filters and consistent with other deprecations.pull/15013/head
1 changed files with 10 additions and 3 deletions
Loading…
Reference in new issue