Skip to content

Commit

Permalink
Allow for patch versions in Authlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Jul 27, 2022
1 parent 8fb5a6f commit 56b8c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]


Expand Down
2 changes: 1 addition & 1 deletion templates/python/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 56b8c90

Please sign in to comment.