Skip to content

Commit 715ca30

Browse files
authored
chore: Pin dependency versions for 1.11.x (#1257)
<!-- Please review our pull request review process in CONTRIBUTING.md before your proceed. --> Resolves # <!--- Include the number of the issue addressed by this PR above if applicable. Example: resolves #1234 Please review our pull request review process in CONTRIBUTING.md before your proceed. --> ### Description <!--- Describe the Pull Request here --> ### 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 8cda62e commit 715ca30

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ jobs:
152152
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
153153
env:
154154
DBT_DATABRICKS_HOST_NAME: ${{ secrets.DATABRICKS_HOST }}
155-
DBT_DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
155+
DBT_DATABRICKS_CLIENT_ID: ${{ secrets.TEST_PECO_SP_ID }}
156+
DBT_DATABRICKS_CLIENT_SECRET: ${{ secrets.TEST_PECO_SP_SECRET }}
156157
TEST_PECO_CLUSTER_ID: ${{ secrets.TEST_PECO_CLUSTER_ID }}
157158
DBT_DATABRICKS_LOCATION_ROOT: ${{ secrets.TEST_PECO_EXTERNAL_LOCATION }}test
158159
steps:

pyproject.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies = [
2626
"databricks-sql-connector[pyarrow]>=4.1.1, <4.1.4",
2727
"dbt-adapters>=1.17.2, <1.18.0",
2828
"dbt-common>=1.33.0, <2.0.0",
29-
"dbt-core>=1.10.1, <1.11.1",
30-
"dbt-spark>=1.9.0, <1.9.4",
31-
"keyring>=23.13.0",
32-
"pydantic>=1.10.0",
29+
"dbt-core>=1.11.0b4, <1.11.1",
30+
"dbt-spark>=1.9.0, <1.10.0",
31+
"keyring>=23.13.0, <25.6.0",
32+
"pydantic>=1.10.0, <2.13.0",
3333
]
3434

3535
[project.urls]
@@ -65,11 +65,7 @@ check-sdist = [
6565
[tool.hatch.envs.default]
6666
installer = "uv"
6767
dependencies = [
68-
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git@main",
69-
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-adapters",
70-
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
71-
"dbt-spark @ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-spark",
72-
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter",
68+
"dbt-tests-adapter",
7369
"pytest",
7470
"pytest-xdist",
7571
"pytest-dotenv",
@@ -79,7 +75,6 @@ dependencies = [
7975
"ruff==0.14.2",
8076
"types-requests",
8177
"debugpy",
82-
"pydantic>=1.10.0, <2",
8378
"pytest-cov",
8479
]
8580
path = ".hatch"

0 commit comments

Comments
 (0)