Skip to content

Re-move all the complex settings types to a module #127

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshourisman
Copy link
Owner

For some reason, even though tests passed for the original pull request, after merging there were validation issues that I haven’t yet tracked down. Need to figure that out, then re-merge these changes.

@SmileyChris
Copy link
Contributor

Think this was just an issue with the merge, it's an easy fix.
Line 6 here shouldn't be importing DatabaseModel (it comes from pydantic_settings.models in the line above)

from pydantic_settings.models import DatabaseModel, TemplateBackendModel
from pydantic_settings.settings import DatabaseModel, PydanticSettings

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