v0.4.0
What's new
Added
- Improve validation errors merging and display. By default, confit related frames and exception causes
in the traceback are hidden. - Show inner-confit traceback and exception chains if
CONFIT_DEBUG
env var is true - Support for both Pydantic v2 and v1
Fixed
- If the
seed
is given a default value in CLI, it can now be used by confit when no seed is given
Pull Requests
- docs: fix language switching by @percevalw in #2
- v0.3.0 by @percevalw in #6
- Better errors by @percevalw in #7
- Pydantic v2 by @percevalw in #8
Full Changelog: v0.3.0...v0.4.0