Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sqlparse <0.4.4 (#7394)
(cherry picked from commit 57e9096)
  • Loading branch information
MichelleArk authored and github-actions[bot] committed Apr 18, 2023
commit ded59182ad2dae63e74b5c017cfaabc6e982f3fd
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,<0.5",
"sqlparse>=0.2.3,<0.4.4",
"dbt-extractor~=0.4.1",
"typing-extensions>=3.7.4",
"werkzeug>=1,<3",
Expand Down