Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
glennmatthews opened this issue Aug 13, 2024 · 1 comment

Comments

@glennmatthews
Copy link
Contributor

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?

@chadell
Copy link
Collaborator

chadell commented Aug 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants