fix(api-gateway): corregir errores de SQLAlchemy y dependencias

- Renombrar campo 'metadata' a 'extra_data' (palabra reservada SQLAlchemy)
- Agregar email-validator para pydantic[email]

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 23:18:28 +00:00
parent 9b27eddb5f
commit de48f0177a
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ psycopg2-binary==2.9.10
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.20
pydantic==2.10.4
pydantic[email]==2.10.4
pydantic-settings==2.7.1
redis==5.2.1
httpx==0.28.1