tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.34k stars 6.18k forks source link

🔨 Specify `email-validator` dependency with dash #11515

Open jirikuncar opened 2 months ago

jirikuncar commented 2 months ago

The package name is email-validator.


This is more of a consistency improvement. I noticed after updating to the latest release that transitive dependencies have been renamed.

tiangolo commented 2 months ago

📝 Docs preview for commit 6e867de9ab4304b0a622a0cd967af9945af35d93 at: https://8841bcea.fastapitiangolo.pages.dev

jirikuncar commented 2 months ago

It seems that after deeper investigation, the metadata for the email-validator package defines the name as email_validator - https://github.com/JoshData/python-email-validator/blob/main/setup.cfg#L2. ~I will move the question there instead.~ There is an open issue already https://github.com/JoshData/python-email-validator/issues/138.