fastapi-responseschema

☄️ Global response wrappers for FastAPI

MIT License

Downloads
679
Stars
14
Committers
3

Bot releases are visible (Hide)

fastapi-responseschema - Release 2.1.0 Latest Release

Published by acwazz 10 months ago

  • Dropped support for fastapi < 0.89.1

  • Added support to Python 3.12

  • Added support to fastapi >= 0.100 (fixes #98)

  • Fixed some warnings to enhance support for pydantic 2

  • Added py.typed file to package

  • [dev] Added tox for multiple dependencies versions testing

  • [dev] Splitted testing workflow from type checking workflow

  • [dev] Relaxed mypy checking

fastapi-responseschema - Release 2.0.0

Published by acwazz over 1 year ago

⭐ The package is production ready!

  • Added Type checking and fixed typing
  • Check on FastAPI and other dependencies versions
  • Added support for Python 3.11
  • Better documentation for fastapi_pagination integration
fastapi-responseschema - Release 1.3.0

Published by acwazz about 2 years ago

  • Fixed documentation relative to issue #1
  • Fixed FastAPI dependency to 0.66.0 relative to issue #1
  • Fixed response wrapping
  • Renamed AbstractResponseSchema.from_api_route_params to AbstractResponseSchema.from_api_route

Thanks to @angrypufferfish for opening the issue and to @flc995 for the docs enhancement.

fastapi-responseschema - Release 1.2.2

Published by acwazz about 2 years ago

  • Fixed Sequences response schema wrapping
fastapi-responseschema - Release 1.2.1

Published by acwazz about 2 years ago

  • Fix for a bug triggering recursve schema wrapping in APIRouter classes.
  • Fixed typo in documentation.
  • Added better tests for library integration
fastapi-responseschema - Release 1.2.0

Published by acwazz about 2 years ago

Support for new APIRoute Fields

fastapi-responseschema - Release 1.1.0

Published by acwazz about 2 years ago

Update dependencies reuirements for FastAPI.

fastapi-responseschema - Release 1.0.1

Published by acwazz about 2 years ago

☄️

Package Rankings
Top 20.22% on Pypi.org
Badges
Extracted from project README
PyPI PyPI - Python Version GitHub code size in bytes Commits Tests Lint Contributors Wall
Related Projects