From 56b8c9067f26f37015467c9f3c22ea82f4b2dc5b Mon Sep 17 00:00:00 2001 From: Adrian Gonzalez-Martin Date: Wed, 27 Jul 2022 09:01:03 +0100 Subject: [PATCH] Allow for patch versions in Authlib --- python/setup.py | 2 +- templates/python/setup.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index e2bc0c9..58f0eb0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -27,7 +27,7 @@ "python-dateutil>=2.1", "six>=1.10", "urllib3>=1.23", - "Authlib==1.0.1", + "Authlib>=1.0.0,<1.1.0", ] diff --git a/templates/python/setup.mustache b/templates/python/setup.mustache index df1f07f..9763da3 100644 --- a/templates/python/setup.mustache +++ b/templates/python/setup.mustache @@ -21,7 +21,7 @@ REQUIRES = [ "python-dateutil>=2.1", "six>=1.10", "urllib3>=1.23", - "Authlib==1.0.1", + "Authlib>=1.0.0,<1.1.0", ] {{#asyncio}}