From 1346151b15c929b40e521536636c931e642592dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:05:24 -0600 Subject: [PATCH] fix: Update superset utility pip URL to a working set of constraints (#1702) --- _data/meltano/utilities/superset/meltano.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/meltano/utilities/superset/meltano.yml b/_data/meltano/utilities/superset/meltano.yml index e03edc5e8..bfa793427 100644 --- a/_data/meltano/utilities/superset/meltano.yml +++ b/_data/meltano/utilities/superset/meltano.yml @@ -94,8 +94,8 @@ next_steps: | ``` Now when you (re)start Superset, you will be able to connect to a new type of database, like Snowflake in the example. -pip_url: apache-superset==2.0.0 flask==2.0.3 werkzeug==2.0.3 jinja2==3.0.1 wtforms==2.3.3 - git+https://github.com/meltano/superset-ext.git@main cryptography==3.4.7 +pip_url: apache-superset==3.1.1 flask==2.2.5 werkzeug==2.3.3 jinja2==3.0.1 wtforms==2.3.3 + git+https://github.com/meltano/superset-ext.git@main cryptography==41.0.2 repo: https://github.com/apache/superset settings: - description: The path to where the Superset config file is located.