From 92a6defc90313f8962845a1d524fc3c97539d280 Mon Sep 17 00:00:00 2001 From: Abdullah Mustapha Date: Thu, 4 Jan 2024 22:09:32 +0100 Subject: [PATCH] Add: email validator to requirements.txt --- apps/api/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 4c38a422..72b85d35 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -16,4 +16,5 @@ httpx faker requests pyyaml -sentry-sdk[fastapi] \ No newline at end of file +sentry-sdk[fastapi] +pydantic[email]>=1.8.0,<2.0.0 \ No newline at end of file