Skip to content

Commit

Permalink
update pysql too
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 21, 2024
1 parent 61cf147 commit 7e61dd3
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,4 +1,4 @@
databricks-sql-connector>=3.4.0, <3.5.0
databricks-sql-connector>=3.5.0, <4.0
dbt-spark>=1.9.0b1, <2.0
dbt-core>=1.9.0b1, <2.0
dbt-common>=1.10.0, <2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _get_plugin_version() -> str:
"dbt-core>=1.9.0b1, <2.0",
"dbt-adapters>=1.7.0, <2.0",
"dbt-common>=1.10.0, <2.0",
"databricks-sql-connector>=3.4.0, <3.5.0",
"databricks-sql-connector>=3.5.0, <4.0.0",
"databricks-sdk==0.17.0",
"keyring>=23.13.0",
"pandas<2.2.0",
Expand Down

0 comments on commit 7e61dd3

Please sign in to comment.