Skip to content

Commit 63b670d

Browse files
committed
Add pydantic[email] extra to dependencies
Enable pydantic's email validators by requiring the email extra in pyproject.toml (pydantic[email]>=2.10.0,<3.0.0) and regenerate the lockfile so the pydantic entry includes the email extra.
1 parent 33b5c7b commit 63b670d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
dependencies = [
1313
"httpx>=0.28.0,<0.30.0",
14-
"pydantic>=2.10.0,<3.0.0",
14+
"pydantic[email]>=2.10.0,<3.0.0",
1515
"typing-extensions>=4.14.1,<5.0.0",
1616
"rich>=14.1.0,<15.0.0",
1717
"deprecation>=2.1.0,<3.0.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)