Subir todos los cambios recientes a la rama principal

This commit is contained in:
arielit3
2026-01-16 13:39:55 -07:00
parent de5b6feef4
commit 99427cd48c
38 changed files with 15383 additions and 66 deletions

View File

@@ -15,7 +15,6 @@ pydantic-settings==2.1.0
sqlalchemy==2.0.23
alembic==1.13.0
asyncpg==0.29.0 # PostgreSQL async driver
psycopg2-binary==2.9.9 # PostgreSQL sync driver (for migrations)
# ===================================
# AUTHENTICATION & SECURITY
@@ -42,7 +41,7 @@ jinja2==3.1.2 # Email templates
# FILE HANDLING
# ===================================
python-magic==0.4.27 # MIME type detection
pillow==10.1.0 # Image processing
# pillow==10.1.0 # Image processing
# ===================================
# HTTP & REQUESTS