Bump pydantic-settings from 2.2.1 to 2.3.4
Bumps pydantic-settings from 2.2.1 to 2.3.4.
Release notes
Sourced from pydantic-settings's releases.
v2.3.4
What's Changed
- add in-place reloading in docs by
@nrolin
in pydantic/pydantic-settings#316- Nested pydantic dataclasses and doc fixes. by
@kschwab
in pydantic/pydantic-settings#317- Remove leftover docstring causing warning on
pydantic
docs build by@sydney-runkle
in pydantic/pydantic-settings#321New Contributors
@nrolin
made their first contribution in pydantic/pydantic-settings#316@sydney-runkle
made their first contribution in pydantic/pydantic-settings#321Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4
v2.3.3
What's Changed
- Fix an intriduced bug in parsing json field with discriminated union by
@hramezani
in pydantic/pydantic-settings#312- Add CliSettingsSource alias handling for AliasChoices and AliasPath. by
@kschwab
in pydantic/pydantic-settings#313Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.2...v2.3.3
v2.3.2
What's Changed
- Initialize CLI source on demand. by
@kschwab
in pydantic/pydantic-settings#305- Fix command line help from
argparse
formatting problem by@scottstanie
in pydantic/pydantic-settings#307- Fix issue with nested model uppercase field name in case insensitive mode by
@hramezani
in pydantic/pydantic-settings#309New Contributors
@scottstanie
made their first contribution in pydantic/pydantic-settings#307Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.1...v2.3.2
v2.3.1
What's Changed
- Fix a regression in parsing env value for nested dict by
@hramezani
in pydantic/pydantic-settings#301Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add environment parsing support for enums. by
@kschwab
in pydantic/pydantic-settings#252- Improve
explode_env_vars
for better dict handling by@hramezani
in pydantic/pydantic-settings#261- add
PyprojectTomlConfigSettingsSource
by@ITProKyle
in pydantic/pydantic-settings#255- Fix broken link in AliasChoices class by
@keenranger
in pydantic/pydantic-settings#271- Update Pydantic by
@hramezani
in pydantic/pydantic-settings#273- fix: superfluous deep env conflicts with non-dict model leaf by
@diefans
in pydantic/pydantic-settings#276- fix: a second level of environment nesting expected a dict by
@diefans
in pydantic/pydantic-settings#281- Fix an issue when inner types of a discriminated union with a callable discriminator were not correctly identified as complex. by
@jenskeiner
in pydantic/pydantic-settings#285- Fix a bug when we have case insentive field in nested model by
@hramezani
in pydantic/pydantic-settings#294- Add CLI Settings Source by
@kschwab
in pydantic/pydantic-settings#214
... (truncated)
Commits
-
fe1f950
Prepare release 2.3.4 (#322) -
674ebd9
Remove leftover docstring causing warning onpydantic
docs build (#321) -
7ede0ec
Nested pydantic dataclasses and doc fixes. (#317) -
c2d44a7
add in-place reloading in docs (#316) -
f1b82d8
Prepare release 2.3.3 (#314) -
bd294a4
Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313) -
abe7cc5
Fix an intriduced bug in parsing json field with discriminated union (#312) -
b5d4534
Prepare release 2.3.2 (#310) -
b2e84c2
Fix issue with nested model uppercase field name in case insensitive mode (#309) -
0a9faca
Fix command line help fromargparse
formatting problem (#307) - Additional commits viewable in compare view