From 336d77ff87c41d98b521ba0be63cce5c915e9c8e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 13 Jun 2025 10:13:49 +0800 Subject: [PATCH] fix: update dependencies in pyproject.toml for compatibility and improvements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68fd20e4b..c7d45c1fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pymupdf = "1.26.1" pypdf = "5.6.0" gunicorn = "23.0.0" python-daemon = "3.1.2" -pytz = "^2025.2" +pytz = "2025.2" [build-system] requires = ["poetry-core"]