From 6028b48745276e7bd3dbc2a7bb1bbd75a1ccd56e Mon Sep 17 00:00:00 2001 From: jokersden <108110391+jokersden@users.noreply.github.com> Date: Tue, 26 Jul 2022 18:50:26 +0530 Subject: [PATCH] Adding urllib3 version as a requirement Although the requests is updated I found urllib3 version is also needed to be updated to work with shroomdk --- python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 790a742..a4a4fde 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,3 @@ pydantic==1.9.1 -requests==2.28.1 \ No newline at end of file +requests==2.28.1 +urllib3==1.26.9