From aa28caa2f4aa4805b79cc7cb54dc883118603a69 Mon Sep 17 00:00:00 2001 From: isccarrasco Date: Mon, 8 May 2023 18:53:54 -0600 Subject: [PATCH] Updating the version of requestrequests-toolbelt which removed the usage of google app engine and uses urllib3 Signed-off-by: isccarrasco --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eff7eb6..7376e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sphinx-rtd-theme = {version = "^1.0.0", optional = true} readthedocs-sphinx-ext = {version = "^2.1.9", optional = true} m2r2 = {version = "^0.3.2", optional = true} sphinx-autoapi = {version = "^2.0.0", optional = true} -requests-toolbelt = "^0.10.1" +requests-toolbelt = "^1.0.0" deprecation = "^2.1.0" [tool.poetry.extras]