From 6918dc71d8203b7ccd70ef5c7fa00987a9b71a6d Mon Sep 17 00:00:00 2001 From: Akshay Pant <16561942+theakshaypant@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:20:45 +0530 Subject: [PATCH] fix(deps): bumping requests version to 2.32.0 (#1048) * fix(deps): bumping requests version to 2.32.2 Signed-off-by: Pant, Akshay * fix(deps): bumping requests version to 2.32.0 Signed-off-by: Pant, Akshay --------- Signed-off-by: Pant, Akshay --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee1354d4e1..914ef62333 100644 --- a/setup.py +++ b/setup.py @@ -160,7 +160,7 @@ def run(self): 'pandas', 'protobuf>=4.22,<5.0.0dev', 'pyzmq<=26.1.1', - 'requests', + 'requests>=2.32.0', 'rich', 'scikit-learn', 'tensorboard',