Skip to content

Commit

Permalink
Pinning pandas to stop test errors (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Jan 22, 2024
2 parents d62231d + d6e8a13 commit c80c51b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- Adding retries around API calls in python model submission ([549](https://github.com/databricks/dbt-databricks/pull/549))
- Upgrade to databricks-sql-connector 3.0.0 ([554](https://github.com/databricks/dbt-databricks/pull/554))
- Pinning pandas to < 2.2.0 to keep from breaking multiple tests ([564](https://github.com/databricks/dbt-databricks/pull/554))

## dbt-databricks 1.7.3 (Dec 12, 2023)

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ databricks-sql-connector>=3.0.0, <3.1.0
dbt-spark~=1.7.1
databricks-sdk>=0.9.0, <0.16.0
keyring>=23.13.0
pandas<2.2.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def _get_plugin_version() -> str:
"databricks-sql-connector>=3.0.0, <3.1.0",
"databricks-sdk>=0.9.0, <0.16.0",
"keyring>=23.13.0",
"pandas<2.2.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit c80c51b

Please sign in to comment.