* Extend support for `typing_extensions` to v4.4.x for Python 3.6 and 3.7. * Add `pyproject.toml` to source package.
0.0.3
* Extend support to pydantic v1.10.x.
0.0.2
* Add `py.typed` to package. * Switch to mypy 0.981 for fixes related to Python 3.10.7 and NumPy. * Update README.
0.0.1
This is the initial release of `confection`, a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.
If you are a user of spaCy or Thinc, you may be familiar with this configuration system already - now you can use it independently.