Apply source order: init > env > dotenv > secrets > defaults and pres…#688
Merged
hramezani merged 4 commits intopydantic:mainfrom Oct 7, 2025
Merged
Apply source order: init > env > dotenv > secrets > defaults and pres…#688hramezani merged 4 commits intopydantic:mainfrom
hramezani merged 4 commits intopydantic:mainfrom
Conversation
…erve earlier values - Deep merge for config files using deep_update in ConfigFileSourceMixin._read_files - Deterministic alias selection for init kwargs (prefer first alias in validation_alias; field name allowed with populate_by_name=True).
hramezani
reviewed
Sep 30, 2025
Member
|
Thanks @chbndrhnns for the PR. I will review it later. @kschwab it would be great if you could review it when you have time. |
Contributor
Author
|
Not sure how to resolve this error: |
hramezani
reviewed
Oct 3, 2025
3b48af3 to
2a1af29
Compare
hramezani
reviewed
Oct 6, 2025
hramezani
approved these changes
Oct 7, 2025
Member
|
Thanks @chbndrhnns |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…erve earlier values
Fixes #180