From 2f01da6e2aa6bc1f2ed5d4c01a595b773c223f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 16 Mar 2022 10:33:48 +0100 Subject: [PATCH 1/2] Move httpx as dependency httpx is actually an indirect dependency required by the authentication package --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca779831..08cb4432 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ install_requires = fastapi fsspec h2 + httpx~=0.20.0 importlib-metadata itsdangerous jinja2 @@ -72,7 +73,6 @@ client = dev = black flake8 - httpx~=0.20.0 isort pre-commit pytest From ea78ac8522030f4f14704679c2e856df7fcbca68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 16 Mar 2022 15:49:52 +0100 Subject: [PATCH 2/2] Force authlib<1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 08cb4432..9072888f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = alembic aiofiles appdirs - authlib + authlib<1.0.0 fastapi fsspec h2