From 1397de3332ffa223e60dc64009cdd818e2138f9f Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 13 Nov 2023 07:04:50 -0500 Subject: [PATCH] chore: loosen requests-toolbelt dependency (#473) The "requests-toolbelt" library is only used for "MultipartEncoder" which has been part of the library since it's initial release. This patch loosens up the requests-toolbelt dependency to allow for more flexible co-installability. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b03c9cb..cf9823a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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 = ">=1.0.0" +requests-toolbelt = "*" deprecation = ">=2.1.0" [tool.poetry.extras]