Bump pydantic-settings from 2.4.0 to 2.6.1
Bumps pydantic-settings from 2.4.0 to 2.6.1.
Release notes
Sourced from pydantic-settings's releases.
v2.6.1
What's Changed
- Add Python 3.13 support by
@hramezani
in pydantic/pydantic-settings#450- Fixes #452 - Adding support for populate_by_name by
@hozn
in pydantic/pydantic-settings#454- Refactor path_type_label by
@aberenda-optifino
in pydantic/pydantic-settings#458- Revert "Fix context not passed to field validators bug (#417)" by
@hramezani
in pydantic/pydantic-settings#459New Contributors
@hozn
made their first contribution in pydantic/pydantic-settings#454@aberenda-optifino
made their first contribution in pydantic/pydantic-settings#458Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1
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
... (truncated)
Commits
-
2441670
Prepare release 2.6.1 (#460) -
e73b349
Revert "Fix context not passed to field validators bug (#417)" (#459) -
a37d07c
Refactor path_type_label (#458) -
93d7b7b
Fixes #452 - Adding support for populate_by_name (#454) -
e212052
Add Python 3.13 support (#450) -
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) - Additional commits viewable in compare view