Skip to content

Commit

Permalink
try 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 30, 2024
1 parent 691804b commit 7754e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
databricks-sql-connector>=3.0.0, <3.1.0
dbt-spark~=1.7.1
databricks-sdk>=0.9.0
databricks-sdk==0.16.0
keyring>=23.13.0
pandas<2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _get_plugin_version() -> str:
install_requires=[
"dbt-spark~=1.7.1",
"databricks-sql-connector>=3.0.0, <3.1.0",
"databricks-sdk>=0.9.0",
"databricks-sdk==0.16.0",
"keyring>=23.13.0",
"pandas<2.2.0",
],
Expand Down

0 comments on commit 7754e9d

Please sign in to comment.