diff --git a/ingestion/setup.py b/ingestion/setup.py index 392a0720633..e2173b53a7a 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -81,7 +81,7 @@ plugins: Dict[str, Set[str]] = { "backup": {"boto3~=1.19.12"}, "dbt": {}, "druid": {"pydruid>=0.6.2"}, - "elasticsearch": {"elasticsearch~=7.13.1"}, + "elasticsearch": {"elasticsearch==7.13.1"}, "glue": {"boto3~=1.19.12"}, "dynamodb": {"boto3~=1.19.12"}, "hive": { @@ -102,7 +102,7 @@ plugins: Dict[str, Set[str]] = { "presto": {"pyhive~=0.6.3"}, "trino": {"sqlalchemy-trino"}, "postgres": {"pymysql>=1.0.2", "psycopg2-binary", "GeoAlchemy2"}, - "redash": {"redash-toolbelt==0.1.9"}, + "redash": {"redash-toolbelt==0.1.8"}, "redshift": {"sqlalchemy-redshift==0.8.9", "psycopg2-binary", "GeoAlchemy2"}, "redshift-usage": { "sqlalchemy-redshift==0.8.9",