From fde6c20b0cf786aa8f01a920e71d7612a9aaa25e Mon Sep 17 00:00:00 2001 From: glxplz <83088373+glxplz@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:19:04 +0200 Subject: [PATCH] Remove pptree (#506) Co-authored-by: GLXPLZ Co-authored-by: Chayim --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21e94bb..52bb4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.1.2" +version = "0.1.3" description = "Object mappings, and more, for Redis." authors = ["Redis OSS "] maintainers = ["Redis OSS "] @@ -39,7 +39,6 @@ python = ">=3.7,<4.0" redis = ">=3.5.3,<5.0.0" pydantic = "^1.10.2" click = "^8.0.1" -pptree = "^3.1" types-redis = ">=3.5.9,<5.0.0" python-ulid = "^1.0.3" typing-extensions = "^4.4.0"