paaster
paaster copied to clipboard
Bump pydantic-settings from 2.1.0 to 2.2.1 in /backend/paaster
Bumps pydantic-settings from 2.1.0 to 2.2.1.
Release notes
Sourced from pydantic-settings's releases.
v2.2.1
What's Changed
- respect
env_prefix
whenextra
allowed by@zzstoatzz
in pydantic/pydantic-settings#238- Replace tomlkit with tomli and remove toml_file_encoding config by
@hramezani
in pydantic/pydantic-settings#236- Revert "Allow nested env var source to override nested init source." by
@hramezani
in pydantic/pydantic-settings#243New Contributors
@zzstoatzz
made their first contribution in pydantic/pydantic-settings#238Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.2.0...v2.2.1
v2.2.0
What's Changed
- Fix documentation and update pydantic and pydantic-core dependancies by
@Xunop
in pydantic/pydantic-settings#194- Correct a typo in README.md by
@felixonmars
in pydantic/pydantic-settings#195- feat: ignore empty env vars by
@niventc
in pydantic/pydantic-settings#198- Allow nested env var source to override nested init source. by
@kschwab
in pydantic/pydantic-settings#204- Fix typo in explode_env_vars() docstring by
@paytonward6
in pydantic/pydantic-settings#207- Add support for parsing environment "None" strings to None. by
@kschwab
in pydantic/pydantic-settings#206- Ensure extra='forbid' is enforced in DotEnvSettingsSource when env_prefix is specified by
@kjithin
in pydantic/pydantic-settings#218- Fix for JSON on optional nested types. by
@kschwab
in pydantic/pydantic-settings#217- Improve docs by
@hramezani
in pydantic/pydantic-settings#225- feat: adding json, yaml and toml sources by
@Smixi
in pydantic/pydantic-settings#211- Fix dotenv source extra values parsing provided in dotenv file by
@hramezani
in pydantic/pydantic-settings#221- Update requirements by
@hramezani
in pydantic/pydantic-settings#233- Prepare release 2.2.0 by
@hramezani
in pydantic/pydantic-settings#232New Contributors
@Xunop
made their first contribution in pydantic/pydantic-settings#194@felixonmars
made their first contribution in pydantic/pydantic-settings#195@niventc
made their first contribution in pydantic/pydantic-settings#198@kschwab
made their first contribution in pydantic/pydantic-settings#204@paytonward6
made their first contribution in pydantic/pydantic-settings#207@kjithin
made their first contribution in pydantic/pydantic-settings#218@Smixi
made their first contribution in pydantic/pydantic-settings#211Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.2.0
Commits
7e5731a
Prepare release 2.2.1 (#242)b3a67e9
Revert "Allow nested env var source to override nested init source." (#243)548532b
Replace tomlkit with tomli and remove toml_file_encoding config (#236)3652fbd
Fix InitSource bug in case of nested model using alias (#240)859805a
respectenv_prefix
whenextra
allowed (#238)965d1b4
Prepare release 2.2.0 (#232)cde78d8
Update requirements (#233)15b66df
Fix dotenv source extra values parsing provided in dotenv file (#221)8b92f61
feat: adding json, yaml and toml sources (#211)0a00678
Improve docs (#225)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
paaster | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 27, 2024 3:47am |
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate
.
@dependabot recreate