What's Changed
- Fix nested model field with alias parsing by @hramezani in #400
- Fix PathType typing in case of sequence by @just-maiyak in #402
- Add
cli_ignore_unknown_args
config option. by @kschwab in #405 - Fix AzureKeyVaultSettingsSource problem in case of field with underscore by @hramezani in #415
- Add
cli_flag_prefix_char
config option. by @kschwab in #418 - Fix nested model AliasChoices in validation alias by @hramezani in #411
- Add CLI App Support by @kschwab in #389
- Fix context not passed to field validators bug by @hramezani in #417
- Fix a regression in dotenv optional nested field by @hramezani in #423
- Put tests for non-default sources in separate files by @makukha in #429
- Update nested model partial update docs example. by @kschwab in #433
- Add support for suppressing fields from CLI help. by @kschwab in #436
- Fix bug in dotenv source when there is env with and without prefix by @hramezani in #440
- Prepare release 2.6.0 by @hramezani in #444
New Contributors
- @just-maiyak made their first contribution in #402
Full Changelog: v2.5.2...v2.6.0