From d6e8a137d13baf1aa659fa379c2bd68c8a8b5ba3 Mon Sep 17 00:00:00 2001 From: Ben Cassell Date: Mon, 22 Jan 2024 11:11:41 -0800 Subject: [PATCH] updating changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3726847a5..933f8aa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +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.1.x to keep from breaking multiple tests ([564](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)