Skip to content

Commit

Permalink
[HOTFIX] update dbt-extractor dependency (#4890)
Browse files Browse the repository at this point in the history
* use pep 0440 compatible release operator for dbt-extractor dependency. bump to 0.4.1.
  • Loading branch information
Nathaniel May authored Mar 17, 2022
1 parent f6a9dae commit 30a7da8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Fixes-20220317-132418.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a7da8

Please sign in to comment.