Skip to content

Commit ed12250

Browse files
authored
update requirements.txt to use latest Authlib
This PR is to update `requirements.txt` to use the latest `Authlib`. * The `example-oauth2-server` is not fully functional until this fix goes in. For details and validation/resolution please see: authlib#90 (comment) * In addition to fixing the regression, this PR uses the latest `Authlib` (instead of pinning to a version) to encourage keeping the example working across `Authlib` enhancements -- a useful attribute of an example.
1 parent 882baf6 commit ed12250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask
22
Flask-SQLAlchemy
3-
Authlib==0.14.3
3+
Authlib

0 commit comments

Comments
 (0)