From b58f288eec7103aa305fa4ae012d8fbd50dbf229 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 31 Oct 2018 13:36:43 +0530 Subject: [PATCH] Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release. Fixes #3730 --- docs/en_US/release_notes_3_5.rst | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_3_5.rst b/docs/en_US/release_notes_3_5.rst index 6138342a4..b2879381c 100644 --- a/docs/en_US/release_notes_3_5.rst +++ b/docs/en_US/release_notes_3_5.rst @@ -24,4 +24,5 @@ Bug fixes | `Bug #3676 `_ - Fix CREATE Script functionality for EDB-Wrapped functions. | `Bug #3700 `_ - Fix connection garbage collector. | `Bug #3703 `_ - Purge connections from the cache on logout. -| `Bug #3722 `_ - Ensure that utility existence check should work for schema and other child objects while taking Backup/Restore. \ No newline at end of file +| `Bug #3722 `_ - Ensure that utility existence check should work for schema and other child objects while taking Backup/Restore. +| `Bug #3730 `_ - Fixed fatal error while launching the pgAdmin4 3.5. Update the version of the Flask to 0.12.4 for release. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1905f98ec..74c460351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ blinker==1.4 extras==1.0.0 fixtures==3.0.0 -Flask==1.0.2 +Flask==0.12.4 Flask-Gravatar==0.5.0 Flask-Login==0.3.2 Flask-Mail==0.9.1