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}}