From be33ba5df06725a4dcd1efca0604fcead6def637 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 3 Aug 2023 01:58:31 +0000 Subject: [PATCH] fix: loosen requests-toolbelt dependency 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 5ee5ba7..905663c 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 = ">=1.0.0" +requests-toolbelt = "*" deprecation = ">=2.1.0" [tool.poetry.extras]