From ea3f66b5b9bf7735f3e3a657fa7036b7963f97b2 Mon Sep 17 00:00:00 2001 From: GLXPLZ Date: Fri, 28 Apr 2023 18:23:06 +0200 Subject: [PATCH 1/2] Remove pptree --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a33b1fd..9e5d72cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" From b5130eff814cd0cffaaf214ff446739bed5464fc Mon Sep 17 00:00:00 2001 From: GLXPLZ Date: Fri, 28 Apr 2023 18:25:00 +0200 Subject: [PATCH 2/2] increase patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e5d72cf..5164d487 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 "]