Skip to content

Commit a07fcf4

Browse files
authored
chore: Updating dbt-common and dbt-adapter pins for 1.10.x (#1300)
### Description Updating pins ### Checklist - [ ] I have run this code in development and it appears to resolve the stated issue - [ ] This PR includes tests, or tests are not required/relevant for this PR - [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-databricks next" section.
1 parent 8e2a909 commit a07fcf4

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.github/workflows/integration.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@ jobs:
6868
id: setup-python
6969
uses: actions/setup-python@v5
7070
with:
71-
python-version: "3.9"
71+
python-version: "3.10"
7272

7373
- name: Get http path from environment
7474
run: python .github/workflows/build_cluster_http_path.py
7575
shell: sh
7676

77+
- name: Install uv
78+
uses: astral-sh/setup-uv@v4
79+
7780
- name: Install Hatch
7881
id: install-dependencies
7982
uses: pypa/hatch@install
@@ -118,12 +121,15 @@ jobs:
118121
id: setup-python
119122
uses: actions/setup-python@v5
120123
with:
121-
python-version: "3.9"
124+
python-version: "3.10"
122125

123126
- name: Get http path from environment
124127
run: python .github/workflows/build_cluster_http_path.py
125128
shell: sh
126129

130+
- name: Install uv
131+
uses: astral-sh/setup-uv@v4
132+
127133
- name: Install Hatch
128134
id: install-dependencies
129135
uses: pypa/hatch@install
@@ -166,12 +172,15 @@ jobs:
166172
id: setup-python
167173
uses: actions/setup-python@v5
168174
with:
169-
python-version: "3.9"
175+
python-version: "3.10"
170176

171177
- name: Get http path from environment
172178
run: python .github/workflows/build_cluster_http_path.py
173179
shell: sh
174180

181+
- name: Install uv
182+
uses: astral-sh/setup-uv@v4
183+
175184
- name: Install Hatch
176185
id: install-dependencies
177186
uses: pypa/hatch@install

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## dbt-databricks 1.10.18 (TBD)
1+
## dbt-databricks 1.10.18 (Jan 13, 2026)
2+
3+
### Under the hood
4+
5+
- Update dbt-common and dbt-adapters pins
26

37
## dbt-databricks 1.10.17 (Jan 13, 2026)
48

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.17"
1+
version = "1.10.18"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ classifiers = [
2424
dependencies = [
2525
"databricks-sdk>=0.41, <0.64.0",
2626
"databricks-sql-connector[pyarrow]>=4.0.0, <4.0.6",
27-
"dbt-adapters>=1.16.0, <1.17.4",
28-
"dbt-common>=1.24.0, <1.34.0",
27+
"dbt-adapters>=1.16.0, <1.23.0",
28+
"dbt-common>=1.24.0, <1.38.0",
2929
"dbt-core>=1.10.1, <1.10.19",
3030
"dbt-spark>=1.9.0, <1.9.4",
3131
"keyring>=23.13.0",

0 commit comments

Comments
 (0)