Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wang-1990 committed Jan 30, 2025
1 parent cd5d383 commit e6a6177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ classifiers = [
dependencies = [
"databricks-sdk==0.41.0",
"databricks-sql-connector>=3.5.0, <4.0.0",
"dbt-adapters>=1.10.3, <2.0",
"dbt-common>=1.13.0, <2.0",
"dbt-core>=1.9.0rc2, <2.0",
"dbt-spark>=1.9.0b1, <2.0",
"dbt-adapters>=1.9.0, <2.0",
"dbt-common>=1.12.0, <2.0",
"dbt-core>=1.8.7, <2.0",
"dbt-spark>=1.8.0, <2.0",
"keyring>=23.13.0",
"pydantic>=1.10.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 e6a6177

Please sign in to comment.