networktocode / circuit-maintenance-parser

Python library to parse circuit maintenances from network service providers.
Apache License 2.0
73 stars 22 forks source link

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

Closed glennmatthews closed 1 week ago

glennmatthews commented 2 months ago

Environment

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?

chadell commented 2 months ago

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