attrs v15.1.0 Release Notes
Release Date: 2015-08-20 // over 7 years ago-
🔄 Changes: ^
- ➕ Added
attr.validators.optional()
that wraps other validators allowing attributes to beNone
.#16 <https://github.com/python-attrs/attrs/issues/16>
_ - Multi-level inheritance now works.
#24 <https://github.com/python-attrs/attrs/issues/24>
_ __repr__()
now works with non-redecorated subclasses.#20 <https://github.com/python-attrs/attrs/issues/20>
_
- ➕ Added