From e371ef7df810af02576de36af02850f2c633f284 Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Tue, 3 Jun 2025 23:44:08 +0530 Subject: [PATCH] hotfix: mailtrap version fix --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3e6e6464..2f2430dd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -36,4 +36,4 @@ langfuse>=2.60.5 Pillow>=10.0.0 sentry-sdk[fastapi]>=2.29.1 email-validator>=2.0.0 -mailtrap>=3.0.0 \ No newline at end of file +mailtrap>=2.0.1 \ No newline at end of file