Releases: edornd/argdantic
Releases · edornd/argdantic
argdantic 0.3.0 (2023/03/01)
01 Mar 21:12
Compare
Sorry, something went wrong.
No results found
What's new
Add singleton configuration to allow for a single root model as input (#24 )
Expand the documentation, add examples (#25 )
Bugfixes:
top-level names are not forced when using singletons (#24 )
List of complex types (e.g., date) now working as expected (#26 )
argdantic 0.2.3 (2023/01/08)
08 Jan 13:48
Compare
Sorry, something went wrong.
No results found
What's new
Add documentation (#21 )
Add new examples for defaults (#20 )
Improve help and validation errors (#20 , #23 )
Bugfixes:
unknown pydantic types will now behave like strings until validated (#23 )
pydantic errors will not print the full strack trace anymore (#23 )
argdantic 0.2.0 (2022/12/28)
28 Dec 13:06
Compare
Sorry, something went wrong.
No results found
What's new
Add documentation
Add examples
Improve enumerations and literals
Bugfixes:
enums and literals now behave in the same way
AppendAction now supports sets without issues
choices are now a fully compatible Iterable implementation
argdantic 0.1.2 (2022/12/12)
11 Dec 20:29
Compare
Sorry, something went wrong.
No results found
Hotfix to include YAML as optional dependency.
argdantic 0.1.0 (2022/12/11)
11 Dec 17:56
Compare
Sorry, something went wrong.
No results found
Updates:
Added ArgField and Field functionality
Added multiple sources (env, secrets, files)
Improved code and test coverage