Bump pydantic-settings from 2.2.1 to 2.3.1
Bumps pydantic-settings from 2.2.1 to 2.3.1.
Release notes
Sourced from pydantic-settings's releases.
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#214New Contributors
@ITProKyle
made their first contribution in pydantic/pydantic-settings#255@keenranger
made their first contribution in pydantic/pydantic-settings#271@diefans
made their first contribution in pydantic/pydantic-settings#276@jenskeiner
made their first contribution in pydantic/pydantic-settings#285Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.0
Commits
-
39d5e81
Prepare release 2.3.1 (#302) -
ad07a57
Fix a regresion in parsing env value for nested dict (#301) -
bcbfd17
Prepare release 2.3.0 (#297) -
4169814
Add CLI Settings Source (#214) -
e066774
Fix a bug when we have case insentive field in nested model (#294) -
6d25cee
Fixtest_nested_env_delimiter_aliases
to useBaseModel
in sub model (#286) -
8c5a45e
Fix an issue when inner types of a discriminated union with a callable discri... -
09d1009
Add python versions and downloads badges to readme (#283) -
1ffbd95
fix: a second level of environment nesting expected a dict (#281) -
2d2f94f
fix: superfluous deep env conflicts with non-dict model leaf (#276) - Additional commits viewable in compare view