From 5ae226b2ffe0cc38ec74474aae44c3701a8704a8 Mon Sep 17 00:00:00 2001 From: pylover Date: Mon, 19 Aug 2024 07:46:57 +0330 Subject: [PATCH] Migrate to yhttp >= 5.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fdf1f3..81b794a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ dependencies = [ - 'yhttp >= 5, < 6', + 'yhttp >= 5.0.2, < 6', 'psycopg2', ]