Openapi-core

Latest version: v0.19.4

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

Scan your dependencies

Page 6 of 9

0.14.2

Changelog
* Non required request body fix (325)

0.14.1

Changelog
* Parameter simple scenarion for any schema type fix (323)

0.14.0

openapi-core 0.14 is scheduled to be the last major version in the 0.x series.

This release introduces `SpecPath` which reduces spec creation time and allows to get rid of big `schema` package

Changes:
* `Spec` replaced with `SpecPath` (318)

Backward incompatibilities:
* `create_spec` shortcut returns `SpecPath` instead of `Spec`
* removed Spec-related `schema` package
* schema-related `exceptions` moved to top level `exceptions` module
* `readOnly`/`writeOnly` invalid properties raise error (before were ommitted)
* `MediaTypeDeserializersFactory.create` expects `mimetype` string instead of `media_type`
* `MediaTypeFinder.find` returns `media_type, mimetype` tuple instead of just `media_type`

0.13.8

Changelog
* use prepared request to format payload before converting (271)
* deserialize form urlencoded media type (302)
* deserialize data form media type (303)
* Media type finder (307)
* Add extensions support for the Parameter model (308)
* Response finder (309)
* Falcon3 support (316)

0.13.7

Changelog
* Any unmarshaller validate fix (295)
* Spec validation customization (290)
* Format checker deepcopy to shallowcopy (291)
* Format checker on validation scope (292)
* Basic documentation (293)

0.13.6

Changelog
* Remove security on operation level fix (284)
* AnyUnmarshaller use allOf schemas (286)

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.