We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There's a problem when building API in digitalocean.
pydantic.errors.PydanticImportError: BaseSettingshas been moved to thepydantic-settings package
pydantic.errors.PydanticImportError:
has been moved to the
package
FIX:
# from pydantic import BaseSettings # OLD from pydantic_settings import BaseSettings # NEW