You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating from pydantic V1 BaseSettings to the pydantic_settings module, I encountered the following mypy issue when instantiating a settings object from a dictionary:
Migrating from pydantic V1 BaseSettings to the pydantic_settings module, I encountered the following mypy issue when instantiating a settings object from a dictionary:
running
mypy
on this snippet produces:This works fine in pydantic V1.
Version info (conda forge)
The text was updated successfully, but these errors were encountered: