chore: bump sqlfluff to 4.1.0#698
Conversation
Linked Issue CheckThis PR does not reference an issue. External contributions must link to Add one of the following to your PR description:
If no issue exists yet, open one See CONTRIBUTING.md |
|
All contributors have signed the DCO ✍️ ✅ |
|
I have read the DCO document and I hereby sign the DCO. |
Greptile SummaryThis PR bumps
|
| Filename | Overview |
|---|---|
| packages/data-designer-engine/pyproject.toml | Updates sqlfluff version constraint from >=3.2.0,<4 to >=4.1.0,<5, a major version bump driven by a CVE fix. |
| uv.lock | Locks sqlfluff to 4.2.1 (up from 3.5.0); also removes pytest from sqlfluff's runtime dependency list, which was an incorrect upstream dependency that has been cleaned up in 4.x. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[data-designer-engine] -->|before: >=3.2.0,<4\nlocked: 3.5.0| B[sqlfluff 3.5.0]
A -->|after: >=4.1.0,<5\nlocked: 4.2.1| C[sqlfluff 4.2.1]
B --> D[pytest runtime dep]
C --> E[pytest dep removed]
C --> F[CVE resolved]
Reviews (1): Last reviewed commit: "chore: bump sqlfluff to 4.1.0" | Re-trigger Greptile
📋 Summary
🧪 Testing
make testpasses✅ Checklist