Covador

Latest version: v0.10.2

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

Scan your dependencies

Page 2 of 5

0.9.23

======

* [Refactor] extract item getter entity from `Map`.
* [Feature] soft map type. It can describe dicts with
unknown keys.
* [Fix] One can pass pipes with maps into schema.

0.9.22

======

* Schema introspection for view functions

.. code:: python

import covador
from covador.flask import query_string

query_string(boo=int)
def view():
pass

print(view.schema.items)
{'boo': <covador.types.item object at 0x7fb2c9dad208>}

0.9.21

======

* [Feature] python 3.7 support
* [Optimization] `schema(...)` tries to return Map with merged items
instead of `MergedMap`.

0.9.20

======

* [Break] `rparams` renamed to `args`.
* [Fix] aiohttp and sanic.
* [Refactor] Real integration tests with whole app starting.

0.9.18

======

* [Feature] python 2.6 support
* [Fix] missing pipeable support for ``oneof``.
* [Fix] django support

0.9.17

======

* [Fix] Ensure ``List`` validator for items with ``multi=True``.

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.