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

Fix a bug when using BaseSettings with RootModel #120

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Conversation

hramezani
Copy link
Member

@hramezani hramezani commented Jul 10, 2023

closes #114

Selected Reviewer: @samuelcolvin

@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1da9fab) 97.44% compared to head (1496aff) 97.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files           5        5           
  Lines         313      313           
  Branches       68       68           
=======================================
  Hits          305      305           
  Misses          6        6           
  Partials        2        2           
Impacted Files Coverage Δ
pydantic_settings/sources.py 97.70% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hramezani
Copy link
Member Author

please review

@hramezani hramezani merged commit 5af2188 into main Jul 10, 2023
20 checks passed
@hramezani hramezani deleted the root_model branch July 10, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facing an AttributeError when using BaseSettings with RootModel
3 participants