Describe the bug
|
from pydantic import BaseModel, BaseSettings |
BaseSettings has moved to a new package pydantic-settings
https://docs.pydantic.dev/latest/migration/#basesettings-has-moved-to-pydantic-settings
https://github.com/pydantic/pydantic-settings
**To Reproduce
conda list Not used.
Can't currently run:
python -c "import qcelemental as qcel; print(qcel.__file__, qcel.__version__)"
Expected behavior
Be able to import qcelemental