From dd74757032736b916f9ba6fc97f81a443fc1f525 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Wed, 10 Jul 2024 21:57:57 +0330 Subject: [PATCH] fix: babel_update script crash (#29548) --- superset/translations/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/translations/requirements.txt b/superset/translations/requirements.txt index b7a1aec42..01797cdcd 100644 --- a/superset/translations/requirements.txt +++ b/superset/translations/requirements.txt @@ -15,3 +15,4 @@ # specific language governing permissions and limitations # under the License. Babel==2.9.1 +jinja2==3.1.4