Undictify

Latest version: v0.11.3

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

Scan your dependencies

Page 4 of 5

0.4.1

- Add support for PEP 563 (postponed evaluation of annotations)

0.4

- Add `type_checked_constructor` to preserve meta-information of classes

0.3.3

- cleaned up internal naming convention

0.3.2

- Documentation fix

0.3.1

- Documentation fix

0.3.0

- Simplify/unify API to only `type_checked_call` with parameters

breaking changes:

- `type_checked_call` becomes `type_checked_call()`
- `type_checked_call_skip` becomes `type_checked_call(skip=True)`
- `type_checked_call_convert` becomes `type_checked_call(convert=True)`
- `type_checked_call_skip_convert` becomes `type_checked_call(skip=True, convert=True)`

- `type_checked_apply(func, args)` becomes `type_checked_call()(func)(args)`
- `type_checked_apply_skip(func, args)` becomes `type_checked_call(skip=True)(func)(args)`
- `type_checked_apply_convert(func, args)` becomes `type_checked_call(convert=True)(func)(args)`
- `type_checked_apply_skip_convert(func, args)` becomes `type_checked_call(skip=True, convert=True)(func)(args)`

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.