Skip to content

Commit

Permalink
Upgrade PySql to 3.4.0 (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Sep 13, 2024
1 parent b8486d1 commit 98177fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
### Under the Hood

- Fix places where we were not properly closing cursors, and other test warnings ([713](https://github.com/databricks/dbt-databricks/pull/713))
- Upgrade databricks-sql-connector dependency to 3.2.0 ([729](https://github.com/databricks/dbt-databricks/pull/729))
- Upgrade databricks-sql-connector dependency to 3.4.0 ([790](https://github.com/databricks/dbt-databricks/pull/790))

## dbt-databricks 1.8.6 (TBD)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
databricks-sql-connector>=3.2.0, <3.3.0
databricks-sql-connector>=3.4.0, <3.5.0
dbt-spark~=1.8.0
dbt-core>=1.8.0, <2.0
dbt-adapters>=1.3.0, <2.0
Expand Down

0 comments on commit 98177fe

Please sign in to comment.