diff --git a/.changes/unreleased/Fixes-20220317-132418.yaml b/.changes/unreleased/Fixes-20220317-132418.yaml new file mode 100644 index 00000000000..326a7523a2b --- /dev/null +++ b/.changes/unreleased/Fixes-20220317-132418.yaml @@ -0,0 +1,8 @@ +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" + \ No newline at end of file diff --git a/core/setup.py b/core/setup.py index df4de887a71..bf0e7b87421 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,<3.11', 'werkzeug>=1,<3', # the following are all to match snowflake-connector-python