Skip to content

Commit

Permalink
fix(ingestion): pin Jinja2 to version < 3.1.0 (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Mar 24, 2022
1 parent f770ed5 commit 1a20f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_long_description():
"snowflake": snowflake_common,
"snowflake-usage": snowflake_common | {"more-itertools>=8.12.0"},
"sqlalchemy": sql_common,
"superset": {"requests", "sqlalchemy", "great_expectations", "greenlet"},
"superset": {"requests", "sqlalchemy", "great_expectations", "greenlet", "Jinja2<3.1.0"},
"tableau": {"tableauserverclient>=0.17.0"},
"trino": sql_common | {"trino"},
"starburst-trino-usage": sql_common | {"trino"},
Expand Down

0 comments on commit 1a20f76

Please sign in to comment.