From 0546e79aed878554bd35081457a05b33afad5c6d Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 16 Apr 2024 12:56:42 +0530 Subject: [PATCH] Made adjustments to ensure the correct version of Authlib is used. #7362 --- docs/en_US/release_notes_8_6.rst | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_8_6.rst b/docs/en_US/release_notes_8_6.rst index f4bbe27b1..c47f5862e 100644 --- a/docs/en_US/release_notes_8_6.rst +++ b/docs/en_US/release_notes_8_6.rst @@ -27,6 +27,7 @@ Housekeeping ************ | `Issue #7213 `_ - Update UI library MUI from v4 to v5, more details `here `_ + | `Issue #7362 `_ - Upgraded Flask, Flask-Security-Too, Werkzeug, and other dependencies, ensuring compatibility with Python 3.7. Bug fixes ********* diff --git a/requirements.txt b/requirements.txt index 8336c017a..07a84140c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,8 +44,8 @@ eventlet==0.34.2 httpagentparser==1.9.* user-agents==2.2.0 pywinpty==2.0.*; sys_platform=="win32" -Authlib==1.2.*; python_version > '3.7' -Authlib==1.3.*; python_version <= '3.7' +Authlib==1.3.*; python_version > '3.7' +Authlib==1.2.*; python_version <= '3.7' pyotp==2.* qrcode==7.* boto3==1.33.*