Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pydantic-settings to 2.3.0 #249

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jun 3, 2024

This PR updates pydantic-settings from 2.2.1 to 2.3.0.

Changelog

2.3.0

What's Changed
* Add environment parsing support for enums. by kschwab in https://github.com/pydantic/pydantic-settings/pull/252
* Improve `explode_env_vars` for better dict handling by hramezani in https://github.com/pydantic/pydantic-settings/pull/261
* add `PyprojectTomlConfigSettingsSource` by ITProKyle in https://github.com/pydantic/pydantic-settings/pull/255
* Fix broken link in AliasChoices class by keenranger in https://github.com/pydantic/pydantic-settings/pull/271
* Update Pydantic by hramezani in https://github.com/pydantic/pydantic-settings/pull/273
* fix: superfluous deep env conflicts with non-dict model leaf by diefans in https://github.com/pydantic/pydantic-settings/pull/276
* fix: a second level of environment nesting expected a dict by diefans in https://github.com/pydantic/pydantic-settings/pull/281
* Fix an issue when inner types of a discriminated union with a callable discriminator were not correctly identified as complex. by jenskeiner in https://github.com/pydantic/pydantic-settings/pull/285
* Fix a bug when we have case insentive field in nested model by hramezani in https://github.com/pydantic/pydantic-settings/pull/294
* Add CLI Settings Source by kschwab in https://github.com/pydantic/pydantic-settings/pull/214

New Contributors
* ITProKyle made their first contribution in https://github.com/pydantic/pydantic-settings/pull/255
* keenranger made their first contribution in https://github.com/pydantic/pydantic-settings/pull/271
* diefans made their first contribution in https://github.com/pydantic/pydantic-settings/pull/276
* jenskeiner made their first contribution in https://github.com/pydantic/pydantic-settings/pull/285

**Full Changelog**: https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.0
Links

@AndreiDrang AndreiDrang merged commit 79a7b18 into master Jun 3, 2024
5 checks passed
@AndreiDrang AndreiDrang deleted the pyup-update-pydantic-settings-2.2.1-to-2.3.0 branch June 3, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants