Stereotype

Latest version: v1.5.4

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

Scan your dependencies

Page 2 of 3

1.4.2

Changes:
* Improved Python 3.10 support
* New Union (`|`) and `list` & `dict` annotations now work in Python 3.10+ with `from __future__ import annotations`
* Support of Schematics 2 for `SchematicsModelField` (Schematics 1 doesn't work in Python 3.10+)
* Note Schematics 2 doesn't seem to support deep copy by default

Fixes:
* Fixed being unable to inherit from non-Model classes
* Fixed inheritance of abstract Models from non-abstract Models
* Fixed field validator callbacks not executing within compound field items

1.4.1

Features:
* Model attributes with `ClassVar` won't be interpreted as fields, like in dataclasses

Fixes:
* Fixed being unable to declare roles for abstract models

1.4.0

Features:
* Added `Model.fields_for_role` class method for inspecting `Field` objects usually displayed by a role

Changes:
* Added external documentation using sphinx, simplified README.md
* Added contribution guideline, Makefile and other developer experience improvements
* Started raising `ConfigurationError` if a `Model` attribute is an explicit `Field` but lacks a type annotation

1.3.1

Fixes:
* Fixed `Missing` behavior with `deepcopy`

1.3.0

Features:
* Added support for passing opaque `context` when calling `to_primitive` on models and fields

Fixes:
* Fixed field validator callbacks not working for `Optional` fields with a default value
* Renamed `tests.compat` package to `tests.contrib` to reflect the name change in v1.2.0

1.2.0

Features:
* Added support for field validator callbacks
* Added support for regex validation in `StrField`
* Added support for empty lists and dicts as defaults in `ListField` and `DictField`
* Added most missing docstrings

Changes:
* Renamed `compat` package to `contrib`

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.