Skip to content

Bump sqlfluff from 3.5.0 to 4.0.0 in /src#4376

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/sqlfluff-4.0.0
Closed

Bump sqlfluff from 3.5.0 to 4.0.0 in /src#4376
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/sqlfluff-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps sqlfluff from 3.5.0 to 4.0.0.

Release notes

Sourced from sqlfluff's releases.

[4.0.0] - 2026-01-15

Highlights

This major release brings support for internal rust optimisations. Rust support is still effectively in beta and is available on an opt in basis. To take advantage of these performance improvements, users can install sqlfluff[rs] to get the parser and lexer running in rust. The current implementation does yield noticeable gains on large files and projects - although for small individual files, the overhead of moving data into rust means that performance is a tiny bit slower. Functionality has proven fairly stable during pre release testing, and we anticipate that the rust implementations will become defaults from 5.0 onwards.

We advise testing the rust package in a development environment before going direct to production.

A massive shout out to @​keraion, who's been leading the way on this effort.

Additionally in this release:

  • We drop support for dbt 1.4 and older, and include support for dbt 1.10.
  • We add the capability to force implicit indents.
  • Bufixes for CV12 and RF01.
  • Tons of docs and dialect improvements.

What’s Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[4.0.0] - 2026-01-15

Highlights

This major release brings support for internal rust optimisations. Rust support is still effectively in beta and is available on an opt in basis. To take advantage of these performance improvements, users can install sqlfluff[rs] to get the parser and lexer running in rust. The current implementation does yield noticeable gains on large files and projects - although for small individual files, the overhead of moving data into rust means that performance is a tiny bit slower. Functionality has proven fairly stable during pre-release testing, and we anticipate that the rust implementations will become defaults from 5.0 onwards.

We advise testing the rust package in a development environment before going direct to production.

A massive shout out to @​keraion, who's been leading the way on this effort.

Additionally in this release:

  • We drop support for dbt 1.4 and older, and include support for dbt 1.10.
  • We add the capability to force implicit indents.
  • Bufixes for CV12 and RF01.
  • Tons of docs and dialect improvements.

What’s Changed

... (truncated)

Commits
  • 30e0e57 Prep version 4.0.0 (#7363)
  • 91b8adf Databricks: Add support for AUTO CDC INTO and CREATE FLOW (#7360)
  • 601e959 Prep version 4.0.0a3 (#7355)
  • d6085b6 Optimise rust implementation by using sparse representations (#7354)
  • 37c55b9 Update .gitattributes to exclude generated Rust code (#7356)
  • 02b7f59 docs: Update gettingstarted.rst (#7353)
  • d6e6dc9 Sort reserved keywords in anti_template regex for deterministic output (#7339)
  • 7998b05 Initial implementation of the Rust parser (#7342)
  • d79a894 Add INCLUDE and WHERE clause support to T-SQL inline table indexes (#7352)
  • 5dc330b docs: Update tox installation command (#7336)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@3.5.0...4.0.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2026
@tunetheweb
Copy link
Copy Markdown
Member

Raised sqlfluff/sqlfluff#7367 for the new parsing issues.

Closing for now.

@tunetheweb tunetheweb closed this Jan 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/src/sqlfluff-4.0.0 branch January 16, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant