chore: drop unused pydantic[email] extra

No imports of EmailStr or pydantic.networks; dropping the
extra removes email-validator, dnspython, and idna as
transitives.
This commit is contained in:
0xallam
2026-04-25 13:07:02 -07:00
parent bacde6d970
commit a67d64dcf5
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",