Skip to content

Commit

Permalink
Remove library restrictions if possible (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Dec 11, 2024
1 parent ede83b0 commit 32ec1b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## dbt-databricks 1.9.0 (Dec 9, 2024)
## dbt-databricks 1.9.1 (TBD)

### Under the Hood

- Removed pins for pandas and pydantic to ease user burdens ([874](https://github.com/databricks/dbt-databricks/pull/874))

## dbt-databricks 1.9.0 (December 9, 2024)

### Features

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dependencies = [
"dbt-core>=1.8.7, <2.0",
"dbt-spark>=1.8.0, <2.0",
"keyring>=23.13.0",
"pandas<2.2.0",
"pydantic>=1.10.0, <2",
"pydantic>=1.10.0",
]

[project.urls]
Expand Down

0 comments on commit 32ec1b1

Please sign in to comment.