Skip to content

Commit

Permalink
Add correct validation for Authlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Jan 1, 2025
1 parent 964d211 commit 621d66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gssapi==1.9.*
user-agents==2.2.0
pywinpty==2.0.*; sys_platform=="win32"
Authlib==1.3.*; python_version <= '3.8'
Authlib==1.4.*
Authlib==1.4.*; python_version >= '3.9'
pyotp==2.*
qrcode==7.*; python_version <= '3.8'
qrcode[pil]==8.*; python_version >= '3.9'
Expand Down

0 comments on commit 621d66f

Please sign in to comment.