From 1a2f555376c8f305829474063a9b44a0ddbcbf11 Mon Sep 17 00:00:00 2001 From: karim Date: Thu, 20 Apr 2023 19:23:55 +0200 Subject: [PATCH] fix(pyproject.toml): loose requests pgk and remove urllib3 as dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3e10af..eff7eb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,8 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = "^3.7" -requests = "^2.28.2" +requests = ">=2.20.0" python-jose = "^3.3.0" -urllib3 = "^1.26.14" mock = {version = "^4.0.3", optional = true} alabaster = {version = "^0.7.12", optional = true} commonmark = {version = "^0.9.1", optional = true}