Bump pydantic-settings from 2.4.0 to 2.6.0
Bumps pydantic-settings from 2.4.0 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
v2.5.2
What's Changed
- Second fix for the TypeError bug introduced in 2.5 by
@hramezani
in pydantic/pydantic-settings#396Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.5.1...v2.5.2
v2.5.1
What's Changed
- Fix TypeError introduced in 2.5 by
@hramezani
in pydantic/pydantic-settings#392Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.5.0...v2.5.1
v2.5.0
What's Changed
- Fix a bug in nested vanila dataclass by
@hramezani
in pydantic/pydantic-settings#357- CLI Improve Docstring Help Text by
@kschwab
in pydantic/pydantic-settings#359- Cli fix default or none object help text by
@kschwab
in pydantic/pydantic-settings#364- Determine RootModel complexity from root type by
@user1584
in pydantic/pydantic-settings#344- Add CLI bool flags by
@kschwab
in pydantic/pydantic-settings#365- CLI arg list whitespaces fix. by
@kschwab
in pydantic/pydantic-settings#369- Add
nested_model_default_partial_update
flag andDefaultSettingsSource
by@kschwab
in pydantic/pydantic-settings#348- Parse enum fixes. by
@kschwab
in pydantic/pydantic-settings#367- Fixes CLI help text for function types by
@kschwab
in pydantic/pydantic-settings#370- Add get_subcommand function. by
@kschwab
in pydantic/pydantic-settings#341- Cli prefix validation alias fix by
@kschwab
in pydantic/pydantic-settings#375- CLI ignore external parser list fix by
@kschwab
in pydantic/pydantic-settings#379
... (truncated)
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