KeyStone commited on
Commit Β·
d45aa54
1
Parent(s): c87d94c
Fix email-validator version specifier
Browse files- backend/requirements.txt +1 -1
backend/requirements.txt
CHANGED
|
@@ -10,7 +10,7 @@ alembic==1.14.0
|
|
| 10 |
|
| 11 |
# ββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 12 |
pydantic
|
| 13 |
-
email-validator
|
| 14 |
pydantic-settings==2.7.0
|
| 15 |
python-dotenv==1.0.1
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
# ββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 12 |
pydantic
|
| 13 |
+
email-validator==2.10.3
|
| 14 |
pydantic-settings==2.7.0
|
| 15 |
python-dotenv==1.0.1
|
| 16 |
|