From 1fe868e4d80a09e9b75ea45bcb2b8cfbac431b6d Mon Sep 17 00:00:00 2001 From: Gladson Date: Fri, 3 Nov 2023 02:03:18 -0400 Subject: [PATCH] fix(pyproject.toml): change appdirs dependency to platformdirs --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3bee183c..1c4f321f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ orjson = "3.9.3" multiprocess = "^0.70.14" cachetools = "^5.3.1" types-cachetools = "^5.3.0.5" -appdirs = "^1.4.4" +platformdirs = "^3.11.0" pinecone-client = "^2.2.2" supabase = "^1.0.3" pymongo = "^4.4.0" @@ -107,7 +107,6 @@ requests = "^2.28.0" pytest-cov = "^4.0.0" pandas-stubs = "^2.0.0.230412" types-pillow = "^9.5.0.2" -types-appdirs = "^1.4.3.5" types-pyyaml = "^6.0.12.8" types-python-jose = "^3.3.4.8" types-passlib = "^1.7.7.13"