Bump pydantic-settings from 2.5.2 to 2.6.0
Bumps pydantic-settings from 2.5.2 to 2.6.0.
Release notes
Sourced from pydantic-settings's releases.
v2.6.0
What's Changed
- Fix nested model field with alias parsing by
@hramezani
in pydantic/pydantic-settings#400- Fix PathType typing in case of sequence by
@just-maiyak
in pydantic/pydantic-settings#402- Add
cli_ignore_unknown_args
config option. by@kschwab
in pydantic/pydantic-settings#405- Fix AzureKeyVaultSettingsSource problem in case of field with underscore by
@hramezani
in pydantic/pydantic-settings#415- Add
cli_flag_prefix_char
config option. by@kschwab
in pydantic/pydantic-settings#418- Fix nested model AliasChoices in validation alias by
@hramezani
in pydantic/pydantic-settings#411- Add CLI App Support by
@kschwab
in pydantic/pydantic-settings#389- Fix context not passed to field validators bug by
@hramezani
in pydantic/pydantic-settings#417- Fix a regression in dotenv optional nested field by
@hramezani
in pydantic/pydantic-settings#423- Put tests for non-default sources in separate files by
@makukha
in pydantic/pydantic-settings#429- Update nested model partial update docs example. by
@kschwab
in pydantic/pydantic-settings#433- Add support for suppressing fields from CLI help. by
@kschwab
in pydantic/pydantic-settings#436- Fix bug in dotenv source when there is env with and without prefix by
@hramezani
in pydantic/pydantic-settings#440- Prepare release 2.6.0 by
@hramezani
in pydantic/pydantic-settings#444New Contributors
@just-maiyak
made their first contribution in pydantic/pydantic-settings#402Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.5.2...v2.6.0
Commits
-
eeea989
Prepare release 2.6.0 (#444) -
a72fa73
Fix bug in dotenv source when there is env with and without prefix (#440) -
d2e498a
Add support for suppressing fields from CLI help. (#436) -
0d605d0
Update nested model partial update docs example. (#433) -
8f7653c
Put tests for non-default sources in separate files (#429) -
f3a25f2
Fix a regression in dotenv optional nested field (#423) -
76ba2c6
Fix context not passed to field validators bug (#417) -
84cab2b
Add CLI App Support (#389) -
fdd666b
Fix nested model AliasChoices in validation alias (#411) -
9b73e92
Addcli_flag_prefix_char
config option. (#418) - Additional commits viewable in compare view