Pyramid-openapi3

Latest version: v0.19

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

Scan your dependencies

Page 4 of 6

0.8.0

Not secure
------------------

* Log Response validation errors as errors, instead of warnings.
[zupo]

* Log Request validation errors as warnings, instead of infos.
[zupo]

0.7.0

Not secure
------------------

* Better support for handling apps mounted at subpaths.
[mmerickel]

* Pass the response into the response validation exception to support use-cases
where we can return the response but log the errors.
[mmerickel]

* Reload development server also when YAML file changes.
[mmerickel]

0.6.0

Not secure
------------------

* Better support for custom formatters and a test showcasing how to use them.
[zupo]

0.5.2

Not secure
------------------

* Bad JWT tokens should result in 401 instead of 400.
[zupo]

0.5.1

Not secure
------------------

* Fix a regression with relative `servers` entries in `openapi.yaml`.
Refs https://github.com/p1c2u/openapi-core/issues/218.
[zupo]

0.5.0

Not secure
------------------

* [BREAKING CHANGE] Move `openapi_validation_error` from `examples/todoapp`
into the main package so it becomes a first-class citizen and people can use
it without copy/pasting. If you need custom JSON rendering, you can provide
your own `extract_errors` function via `pyramid_openapi3_extract_errors`
config setting.
[zupo]

* Upgrade `openapi-core` to `0.13.x` which brings a complete rewrite of the
validation mechanism that is now based on `jsonschema` library. This
manifests as different validation error messages.

[BREAKING CHANGE] By default, `openapi-core` no longer creates models
from validated data, but returns `dict`s. More info on
https://github.com/p1c2u/openapi-core/issues/205
[zupo]

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.