Skip to content

Commit

Permalink
pin upper bound for sqlparse (#8236)
Browse files Browse the repository at this point in the history
* pin upper bound for sqlparse

* changelog
# Conflicts:
#	core/setup.py
  • Loading branch information
emmyoop committed Jul 27, 2023
1 parent a658072 commit bdb6128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230727-145726.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Add upper bound to sqlparse pin of <0.5
time: 2023-07-27T14:57:26.40416-05:00
custom:
Author: emmyoop
PR: "8236"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"networkx>=2.3,<2.8.1;python_version<'3.8'",
"networkx>=2.3,<3;python_version>='3.8'",
"packaging>20.9",
"sqlparse>=0.2.3",
"sqlparse>=0.2.3,<0.5",
"dbt-extractor~=0.4.1",
"typing-extensions>=3.7.4",
"werkzeug>=1,<3",
Expand Down

0 comments on commit bdb6128

Please sign in to comment.