From 401f6dedbd31e0dcab4d04cfc895733c72d74dea Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 6 Dec 2024 15:44:51 +0530 Subject: [PATCH] chore(deps): add back pytz Too many apps depend on it for now Will drop the actual dependency later Signed-off-by: Akhil Narang --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c0cae33fe2..0156e4a64d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ dependencies = [ "pydantic~=2.10.2", "pyotp~=2.8.0", "python-dateutil~=2.8.2", + "pytz==2023.3", "rauth~=0.7.3", "redis~=5.2.0", "hiredis~=3.0.0",