fix: add email-validator for pydantic
Some checks failed
Deploy VConnect API / Test Build (push) Successful in 26s
Deploy VConnect API / Deploy to Server (push) Failing after 8s

This commit is contained in:
unknown
2025-12-14 09:38:45 +09:00
parent c06e467524
commit 12cfa0a50d

View File

@@ -13,6 +13,7 @@ python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-dotenv==1.0.0
pydantic-settings==2.1.0
email-validator>=2.0.0
# SSH & Networking
paramiko==3.4.0