From b2b14051c3497396e67d51d06f5599b79524c396 Mon Sep 17 00:00:00 2001 From: Yogesh Mahajan Date: Thu, 31 Mar 2022 13:59:38 +0530 Subject: [PATCH] Fixed an issue where 2FA was not showing the QR code when setting up the Authenticator app. Fixes #7231 --- docs/en_US/release_notes_6_8.rst | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_6_8.rst b/docs/en_US/release_notes_6_8.rst index 12cccf2ed..9cbab0119 100644 --- a/docs/en_US/release_notes_6_8.rst +++ b/docs/en_US/release_notes_6_8.rst @@ -28,6 +28,7 @@ Bug fixes | `Issue #7197 `_ - Fixed an issue where foreign key relationships do not update when the primary key is modified. | `Issue #7216 `_ - Ensure that the values of certain fields are prettified in the statistics tab for collection nodes. | `Issue #7221 `_ - Ensure objects depending on extensions are not displayed in Schema Diff. + | `Issue #7231 `_ - Fixed an issue where 2FA was not showing the QR code when setting up the Authenticator app. | `Issue #7238 `_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD. | `Issue #7239 `_ - Fixed an issue where the newly added table is not visible under the Tables node on refresh. | `Issue #7261 `_ - Correct typo in the documentation. diff --git a/requirements.txt b/requirements.txt index e8c04263c..6ff5f2e9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ Authlib==0.15.* requests==2.25.* pyotp==2.* qrcode==7.* -Pillow==8.3.*; python_version <= '3.6' +Pillow==8.4.*; python_version <= '3.6' Pillow==9.*; python_version >= '3.7' boto3==1.20.* botocore==1.23.*