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
Pydantic has recently been updated to v2.0 (2023-06-30), but it is not pinned in pyproject.toml or requirements.txt. Could you please either update it or pin the version?
File "..../lib/python3.10/site-packages/popmon/config.py", line 24, in<module>
from pydantic import BaseModel, BaseSettings
File "..../lib/python3.10/site-packages/pydantic/__init__.py", line 206, in __getattr__
return _getattr_migration(attr_name)
File "..../lib/python3.10/site-packages/pydantic/_migration.py", line 279, in wrapper
raise PydanticImportError(
pydantic.errors.PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package. See https://docs.pydantic.dev/2.0/migration/#basesettings-has-moved-to-pydantic-settings for more details.
The text was updated successfully, but these errors were encountered:
Pydantic has recently been updated to v2.0 (2023-06-30), but it is not pinned in
pyproject.toml
orrequirements.txt
. Could you please either update it or pin the version?The text was updated successfully, but these errors were encountered: