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"