circuit-maintenance-parser icon indicating copy to clipboard operation
circuit-maintenance-parser copied to clipboard

Modern versions of `pydantic` don't provide `dotenv` extra, and it may not be needed anyways

Open glennmatthews opened this issue 1 year ago • 1 comments

Environment

  • Python version: 3.11
  • circuit_maintenance_parser version: 2.6.1
pip install circuit_maintenance_parser
...
Collecting pydantic[dotenv]<3,>=1.10.4
  Downloading pydantic-2.8.2-py3-none-any.whl (423 kB)
...
WARNING: pydantic 2.8.2 does not provide the extra 'dotenv'

Still installs successfully in any case, but as far as I can tell we don't use pydantic's env-file feature anyways?

glennmatthews avatar Aug 13 '24 18:08 glennmatthews

you are right, we are not using it, so it will be better to remove it

chadell avatar Aug 14 '24 07:08 chadell