Bump pydantic-settings from 2.4.0 to 2.5.2
Bumps pydantic-settings from 2.4.0 to 2.5.2.
Release notes
Sourced from pydantic-settings's releases.
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- Enable multiple secrets dirs by
@makukha
in pydantic/pydantic-settings#372- Add CLI subcommand union and alias support by
@kschwab
in pydantic/pydantic-settings#380- Fix dotenv settings source problem in handling extra variables with same prefix in name by
@hramezani
in pydantic/pydantic-settings#386New Contributors
@user1584
made their first contribution in pydantic/pydantic-settings#344@makukha
made their first contribution in pydantic/pydantic-settings#372Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.0
Commits
-
79090e2
Prepare release 2.5.2 (#397) -
81d7c46
Second fix for the TypeError bug introduced in 2.5 (#396) -
b2c0ee2
Prepare release 2.5.1 (#393) -
3eff625
Fix TypeError introduced in 2.5 (#392) -
7353e5b
Prepare release 2.5.0 (#388) -
6ae24e5
Update pydantic to > 2.9.0 (#387) -
287cb22
Fix dotenv settings source problem in handling extra variables with same pref... -
a9eb22e
Add CLI subcommand union and alias support (#380) -
12d85cf
Enable multiple secrets dirs (#372) -
94f3a90
CLI ignore external parser list fix (#379) - Additional commits viewable in compare view