Bump pydantic-settings from 2.3.4 to 2.4.0
Bumps pydantic-settings from 2.3.4 to 2.4.0.
Release notes
Sourced from pydantic-settings's releases.
v2.4.0
What's Changed
- Fix regex flags accidentally passed as count by
@musicinmybrain
in pydantic/pydantic-settings#328- Deprecate
read_env_file
and move it toDotEnvSettingsSource
by@WarpedPixel
in pydantic/pydantic-settings#318- Fix a bug when loading empty yaml file by
@hramezani
in pydantic/pydantic-settings#330- feat: Enable access to the current state in settings sources by
@VictorColomb
in pydantic/pydantic-settings#326- Add support for short options. by
@kschwab
in pydantic/pydantic-settings#339- Add Azure Key Vault settings source by
@AndreuCodina
in pydantic/pydantic-settings#272- Add cli_exit_on_error config option by
@kschwab
in pydantic/pydantic-settings#340New Contributors
@musicinmybrain
made their first contribution in pydantic/pydantic-settings#328@WarpedPixel
made their first contribution in pydantic/pydantic-settings#318@VictorColomb
made their first contribution in pydantic/pydantic-settings#326@AndreuCodina
made their first contribution in pydantic/pydantic-settings#272Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0
Commits
-
5cc686a
Prepare release 2.4.0 (#355) -
4840d69
Add cli_exit_on_error config option (#340) -
bcbdd2a
Add Azure Key Vault settings source (#272) -
6ffd6bd
Add support for short options. (#339) -
8b8803d
feat: Enable access to the current state in settings sources (#326) -
229319c
Fix a bug when loading empty yaml file (#330) -
d6db0f9
Deprecateread_env_file
and move it toDotEnvSettingsSource
(#318) -
fa17c0a
Fix regex flags accidentally passed as count (#328) - See full diff in compare view