Skip to content

Commit

Permalink
fix: downgrade sqlfluff from 3.3.0 to 3.2.5 (#2642)
Browse files Browse the repository at this point in the history
* For some reason the new version leads to references.from issues
  • Loading branch information
ryscheng authored Dec 14, 2024
1 parent 5c9be3b commit 2cce4f7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 22 deletions.
51 changes: 31 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ oso = 'oso_lets_go.cli:cli'
dagster-webserver = "^1.7.2"
ipython = "^8.21.0"
shandy-sqlfmt = { extras = ["jinjafmt"], version = "^0.21.1" }
sqlfluff = "^3.0.7"
sqlfluff-templater-dbt = "^3.0.7"
sqlfluff = "~3.2.5"
sqlfluff-templater-dbt = "~3.2.5"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 2cce4f7

Please sign in to comment.