diff --git a/.changes/unreleased/Fixes-20220317-132418.yaml b/.changes/unreleased/Fixes-20220317-132418.yaml new file mode 100644 index 00000000000..88bfd05b254 --- /dev/null +++ b/.changes/unreleased/Fixes-20220317-132418.yaml @@ -0,0 +1,7 @@ +kind: Fixes +body: depend on new dbt-extractor version with fixed github links +time: 2022-03-17T13:24:18.419599-04:00 +custom: + Author: nathaniel-may + Issue: "4891" + PR: "4890" diff --git a/core/setup.py b/core/setup.py index 9c8e37bbfba..9785cdfbde2 100644 --- a/core/setup.py +++ b/core/setup.py @@ -64,7 +64,7 @@ "networkx>=2.3,<3", "packaging>=20.9,<22.0", "sqlparse>=0.2.3,<0.5", - "dbt-extractor==0.4.0", + "dbt-extractor~=0.4.1", "typing-extensions>=3.7.4,<4.2", "werkzeug>=1,<3", # the following are all to match snowflake-connector-python