chore: drop unused pydantic[email] extra

No imports of EmailStr or pydantic.networks; dropping the
extra removes email-validator, dnspython, and idna as
transitives.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
0xallam
2026-04-25 13:07:02 -07:00
parent b65e4ebd52
commit 28416c5ae9
2 changed files with 3 additions and 30 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ classifiers = [
]
dependencies = [
"openai-agents[litellm]==0.14.6",
"pydantic[email]>=2.11.3",
"pydantic>=2.11.3",
"rich",
"docker>=7.1.0",
"textual>=6.0.0",