Replies: 1 comment
-
Fixed in #832, already available in the latest release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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