-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 dependency pydantic-settings to v2.8.1 #13
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pydantic-settings-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8929448
to
f205f4d
Compare
f205f4d
to
f373649
Compare
0881dae
to
c830acf
Compare
c830acf
to
43c619e
Compare
43c619e
to
ee1c39a
Compare
ee1c39a
to
632d989
Compare
632d989
to
0a1cbf3
Compare
0a1cbf3
to
43c156d
Compare
43c156d
to
2ce4859
Compare
2ce4859
to
23ba480
Compare
23ba480
to
a00a7ad
Compare
a00a7ad
to
19907ce
Compare
19907ce
to
6b3c034
Compare
6b3c034
to
13ed712
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.1.0
->==2.8.1
Release Notes
pydantic/pydantic-settings (pydantic-settings)
v2.8.1
Compare Source
What's Changed
BaseSettings.__init__
by @Viicos in https://github.com/pydantic/pydantic-settings/pull/557object
instead ofAny
by @Viicos in https://github.com/pydantic/pydantic-settings/pull/559Full Changelog: pydantic/pydantic-settings@v2.8.0...v2.8.1
v2.8.0
Compare Source
What's Changed
Any
inBaseSettings
signature to avoid mypy errors by @Viicos in https://github.com/pydantic/pydantic-settings/pull/529New Contributors
Full Changelog: pydantic/pydantic-settings@v2.7.1...v2.8.0
v2.7.1
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.7.0...v2.7.1
v2.7.0
Compare Source
What's Changed
test_protected_namespace_defaults
with -Wdefault by @CyberTailor in https://github.com/pydantic/pydantic-settings/pull/462__repr__
implementations by @dlax in https://github.com/pydantic/pydantic-settings/pull/465NoDecode
andForceDecode
annotations by @hramezani in https://github.com/pydantic/pydantic-settings/pull/492New Contributors
Full Changelog: pydantic/pydantic-settings@v2.6.1...v2.7.0
v2.6.1
Compare Source
What's Changed
New Contributors
Full Changelog: pydantic/pydantic-settings@v2.6.0...v2.6.1
v2.6.0
Compare Source
What's Changed
cli_ignore_unknown_args
config option. by @kschwab in https://github.com/pydantic/pydantic-settings/pull/405cli_flag_prefix_char
config option. by @kschwab in https://github.com/pydantic/pydantic-settings/pull/418New Contributors
Full Changelog: pydantic/pydantic-settings@v2.5.2...v2.6.0
v2.5.2
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.5.1...v2.5.2
v2.5.1
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.5.0...v2.5.1
v2.5.0
Compare Source
What's Changed
nested_model_default_partial_update
flag andDefaultSettingsSource
by @kschwab in https://github.com/pydantic/pydantic-settings/pull/348New Contributors
Full Changelog: pydantic/pydantic-settings@v2.4.0...v2.5.0
v2.4.0
Compare Source
What's Changed
read_env_file
and move it toDotEnvSettingsSource
by @WarpedPixel in https://github.com/pydantic/pydantic-settings/pull/318New Contributors
Full Changelog: pydantic/pydantic-settings@v2.3.4...v2.4.0
v2.3.4
Compare Source
What's Changed
pydantic
docs build by @sydney-runkle in https://github.com/pydantic/pydantic-settings/pull/321New Contributors
Full Changelog: pydantic/pydantic-settings@v2.3.3...v2.3.4
v2.3.3
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.3.2...v2.3.3
v2.3.2
Compare Source
What's Changed
argparse
formatting problem by @scottstanie in https://github.com/pydantic/pydantic-settings/pull/307New Contributors
Full Changelog: pydantic/pydantic-settings@v2.3.1...v2.3.2
v2.3.1
Compare Source
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.3.0...v2.3.1
v2.3.0
Compare Source
What's Changed
explode_env_vars
for better dict handling by @hramezani in https://github.com/pydantic/pydantic-settings/pull/261PyprojectTomlConfigSettingsSource
by @ITProKyle in https://github.com/pydantic/pydantic-settings/pull/255New Contributors
Full Changelog: pydantic/pydantic-settings@v2.2.1...v2.3.0
v2.2.1
Compare Source
What's Changed
env_prefix
whenextra
allowed by @zzstoatzz in https://github.com/pydantic/pydantic-settings/pull/238New Contributors
Full Changelog: pydantic/pydantic-settings@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: pydantic/pydantic-settings@v2.1.0...v2.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.