Quart-schema

Latest version: v0.21.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.10.0

-----------------

* Add a ``quart schema`` command which outputs the QUART_APP schema to
stdout or a file.
* Bugfix ensure the output is compliant with the openapi spec.

0.9.0

----------------

* Improve the typing. This should result in less type: ignores being
required.
* Support stdlib dataclasses, alongside the existing pydantic
dataclass support - with the former prefered.

0.8.0

----------------

* Support Quart 0.15.0 as the minimum version.
* Add spec for OpenAPI servers within openapi route.
* Make the Pydantic validation error available.
* Update to swagger-ui 3.47.1.

0.7.0

----------------

* Support automatically converting between camelCased JSON and
snake_cased model/dataclass variable names. This introduces the
pyhumps dependency.

0.6.0

----------------

* Improve testing, and support easy hypothesis testing. This allows
Pydantic models and dataclasses to be sent from the test client.
* Bugfix correct error message.
* Bugfix response validation logic.
* Store the model type rather than derived schema (no noticeable
impact on the public API).

0.5.0

----------------

* Allow routes to be tagged.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.