Skip to content

Commit

Permalink
is this good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 29, 2024
1 parent f59da06 commit a972568
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.18.0
databricks-sdk==0.17.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.18.0",
"databricks-sdk==0.17.0",
"keyring>=23.13.0",
"pandas<2.2.0",
],
Expand Down

0 comments on commit a972568

Please sign in to comment.