From fd85e4922042a8e8b42e01fb697cb00766701fd8 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 15 Feb 2024 15:17:25 +0800 Subject: [PATCH] Downgrade platformdirs to v4.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6d198ab..d21ab9fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ python-jose==3.3.0 email-validator==2.1.0.post1 watchfiles==0.21.0 zstandard==0.22.0 -platformdirs==4.2.0 +platformdirs==4.0.0 importlib-resources>=1.3; python_version <= '3.9' truststore>=0.8.0; python_version >= '3.10'