From e2a02057f0f72923f651144bde5945e66c083ec9 Mon Sep 17 00:00:00 2001 From: dustinlo Date: Mon, 25 Jul 2022 12:03:19 -0700 Subject: [PATCH 1/2] pinned werkzeug --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af3855d..6f89834 100644 --- a/setup.py +++ b/setup.py @@ -36,5 +36,7 @@ 'python-jenkins>=1.7.0', 'future>=0.17.1', 'pytz', - 'numpy'] + 'numpy', + "werkzeug==2.1.2", # TODO: remove this pin after fix has been made https://stackoverflow.com/a/73105878 + ] ) From f6bff7a4df6764bd13cbea9d2f31265f906aec5c Mon Sep 17 00:00:00 2001 From: dustinlo Date: Tue, 26 Jul 2022 13:45:54 -0700 Subject: [PATCH 2/2] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f89834..7668932 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mozart', - version='2.0.15', + version='2.0.16', long_description='HySDS job orchestration/worker web interface', packages=find_packages(), include_package_data=True,