Test with dbt-core 1.12 beta + Python 3.14 support#206
Draft
sdebruyn wants to merge 3 commits into
Draft
Conversation
Deploying dbt-fabric with
|
| Latest commit: |
3581580
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bc97bcf4.dbt-fabric.pages.dev |
| Branch Preview URL: | https://test-dbt-core-1-12-beta.dbt-fabric.pages.dev |
Bump dependency lower bounds to versions compatible with dbt-core 1.12 and pin the dev dependency to >=1.12.0b1 to test the upcoming release. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Python 3.14 to requires-python, classifiers, CI matrices - Pin mssql-python<1.7.0 (no cp313/cp314 wheels yet) - Update all dependencies (mashumaro 3.17 fixes Python 3.14) - Re-enable Python 3.14 unit tests (works with dbt-core 1.12) - Set ruff target-version to py311 (match minimum supported Python) - Update docs compatibility table Unit tests pass on Python 3.14 (170 passed). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update devcontainer, DE integration tests workflow, and docs to use Python 3.14 as the primary/default version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c799355 to
3581580
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dbt-coreto>=1.12.0b1(was>=1.9.6) to test the upcoming releaserequires-python, classifiers, CI matrices, docs)dbt-commonlower bound from>=1.37.3to>=1.38.0dbt-adapterslower bound from>=1.22.6to>=1.23.0mssql-python<1.7.0(no cp313/cp314 wheels yet — tracked in microsoft/mssql-python#588)target-versiontopy311(must match minimum supported Python)TODO before merge
<1.7.0pin.Test plan
ruff format --checkandruff checkpass🤖 Generated with Claude Code
Closes #120