From 2f9859e352802f92523cc1bab149a3e9c68d15b5 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Fri, 19 Jan 2024 16:22:25 -0500 Subject: [PATCH] perf: unpin authlib and remove jwt --- setup.cfg | 3 +-- test_requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6d40b73e..c831f0bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,8 +46,7 @@ install_requires = ruamel.yaml>=0.17.21 jinja2>=3.1.0 marshmallow>=3.15.0 - Authlib==1.2.0 - jwt==1.3.1 + Authlib>=1.2.0 rich typer pydantic>=1.10.12,<2.0 diff --git a/test_requirements.txt b/test_requirements.txt index 0c9cad6f..9eb8af5d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -13,8 +13,7 @@ jinja2; python_version=="3.6" jinja2>=3.1.0; python_version>="3.7" marshmallow; python_version=="3.6" marshmallow>=3.15.0; python_version>="3.7" -Authlib==1.2.0 -jwt==1.3.1 +Authlib>=1.2.0 rich typer pydantic>=1.10.12,<2.0