From 619006f3ab448c3d1d7b4274371ebe25e0eb2055 Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 11 Jun 2024 15:22:05 +0200 Subject: [PATCH] adding typing_extensions on non dev dependencies (#195) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"