We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68adac commit fde6c20Copy full SHA for fde6c20
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redis-om"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Object mappings, and more, for Redis."
5
authors = ["Redis OSS <oss@redis.com>"]
6
maintainers = ["Redis OSS <oss@redis.com>"]
@@ -39,7 +39,6 @@ python = ">=3.7,<4.0"
39
redis = ">=3.5.3,<5.0.0"
40
pydantic = "^1.10.2"
41
click = "^8.0.1"
42
-pptree = "^3.1"
43
types-redis = ">=3.5.9,<5.0.0"
44
python-ulid = "^1.0.3"
45
typing-extensions = "^4.4.0"
0 commit comments