Skip to content

Commit

Permalink
pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 30, 2025
1 parent 2989abf commit a32321d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"databricks-sdk==0.17.0",
"databricks-sql-connector>=3.5.0, <3.7.0",
"databricks-sql-connector>=3.5.0, <4.0.0",
"dbt-adapters>=1.7.0, <2.0",
"dbt-common>=1.10.0, <2.0",
"dbt-core>=1.8.7, <2.0",
Expand Down Expand Up @@ -65,10 +65,10 @@ check-sdist = [
[tool.hatch.envs.default]
dependencies = [
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@main",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-adapters",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter",
"dbt-spark @ git+https://github.com/dbt-labs/dbt-spark.git@main",
"dbt-spark @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-spark",
"pytest",
"pytest-xdist",
"pytest-dotenv",
Expand Down

0 comments on commit a32321d

Please sign in to comment.