Skip to content

Commit

Permalink
Revert "Trying lock approach for dependency management (#878)"
Browse files Browse the repository at this point in the history
This reverts commit f94e6ed.
  • Loading branch information
benc-db committed Dec 17, 2024
1 parent f94e6ed commit 477b745
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 319 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## dbt-databricks 1.9.2 (TBD)

### Under the Hood

- Switch to UV and locks for dependency management ([878](https://github.com/databricks/dbt-databricks/pull/878))

## dbt-databricks 1.9.1 (December 16, 2024)

### Features
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,7 @@ check-sdist = [
"pip freeze | grep dbt-databricks",
]

[tool.hatch.env]
requires = ["hatch-pip-compile"]

[tool.hatch.envs.default]
type = "pip-compile"
pip-compile-resolver = "uv"
lock-filename = "uv.lock"
pip-compile-constraint = "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",
Expand Down
306 changes: 0 additions & 306 deletions uv.lock

This file was deleted.

0 comments on commit 477b745

Please sign in to comment.