Skip to content

Commit 32ec1b1

Browse files
authored
Remove library restrictions if possible (#874)
1 parent ede83b0 commit 32ec1b1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## dbt-databricks 1.9.0 (Dec 9, 2024)
1+
## dbt-databricks 1.9.1 (TBD)
2+
3+
### Under the Hood
4+
5+
- Removed pins for pandas and pydantic to ease user burdens ([874](https://github.com/databricks/dbt-databricks/pull/874))
6+
7+
## dbt-databricks 1.9.0 (December 9, 2024)
28

39
### Features
410

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ dependencies = [
2929
"dbt-core>=1.8.7, <2.0",
3030
"dbt-spark>=1.8.0, <2.0",
3131
"keyring>=23.13.0",
32-
"pandas<2.2.0",
33-
"pydantic>=1.10.0, <2",
32+
"pydantic>=1.10.0",
3433
]
3534

3635
[project.urls]

0 commit comments

Comments
 (0)