From 5845058386a25dd4a7b317b441e26922277ab287 Mon Sep 17 00:00:00 2001 From: fubuloubu <3859395+fubuloubu@users.noreply.github.com> Date: Sat, 4 May 2024 15:23:51 -0400 Subject: [PATCH] chore: upgrade TaskIQ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 034aa9b7..aa582638 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ "ethpm-types>=0.6.10", # lower pin only, `eth-ape` governs upper pin "eth-pydantic-types", # Use same version as eth-ape "pydantic_settings", # Use same version as eth-ape - "taskiq[metrics]>=0.10.4,<0.11.0", + "taskiq[metrics]>=0.11.3,<0.12", ], entry_points={ "console_scripts": ["silverback=silverback._cli:cli"],