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
Guys, I'm having a problem with the library, when using a Pydantic scheme and inheriting from the class: 'BaseSettings' I get an exception:
pydantic.errors.PydanticImportError: BaseSettingshas been moved to thepydantic-settings package. See https://docs.pydantic.dev/2.10/migration/#basesettings-has-moved-to-pydantic-settings for more details.
Looking for what caused the exception, I found that Pydantic moved said class to another library.
I would appreciate it if you could replicate the error and make a fix.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Guys, I'm having a problem with the library, when using a Pydantic scheme and inheriting from the class: 'BaseSettings' I get an exception:
pydantic.errors.PydanticImportError:
BaseSettingshas been moved to the
pydantic-settingspackage. See https://docs.pydantic.dev/2.10/migration/#basesettings-has-moved-to-pydantic-settings for more details.
Looking for what caused the exception, I found that Pydantic moved said class to another library.
I would appreciate it if you could replicate the error and make a fix.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions