KeyStone commited on
Commit
c87d94c
Β·
1 Parent(s): 1a58a96

Add email-validator dependency

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +2 -1
backend/requirements.txt CHANGED
@@ -9,7 +9,8 @@ asyncpg==0.30.0
9
  alembic==1.14.0
10
 
11
  # ── Configuration ─────────────────────────────────────────────────────────────
12
- pydantic==2.10.3
 
13
  pydantic-settings==2.7.0
14
  python-dotenv==1.0.1
15
 
 
9
  alembic==1.14.0
10
 
11
  # ── Configuration ─────────────────────────────────────────────────────────────
12
+ pydantic
13
+ email-validator>=2.0==2.10.3
14
  pydantic-settings==2.7.0
15
  python-dotenv==1.0.1
16