diff --git a/pyproject.toml b/pyproject.toml index c94b4e8..d65f62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rstream" -version = "0.20.0" +version = "0.20.1" description = "A python client for RabbitMQ Streams" authors = ["George Fortunatov ", "Daniele Palaia "] readme = "README.md" @@ -12,6 +12,7 @@ license = "MIT" python = "^3.9" requests = "^2.31.0" mmh3 = "^4.0.0" +typing_extensions ="^4.11.0" [tool.poetry.dev-dependencies] ipython = "^7.13.0"