Skip to content

Commit

Permalink
try reverting pysql
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 31, 2024
1 parent 946cb25 commit da84d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
databricks-sql-connector>=2.9.3,<3.0.0
dbt-spark~=1.7.1
databricks-sdk==0.16.0
databricks-sdk==0.17.0
keyring>=23.13.0
pandas<2.2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def _get_plugin_version() -> str:
include_package_data=True,
install_requires=[
"dbt-spark~=1.7.1",
"databricks-sql-connector>=3.0.0, <3.1.0",
"databricks-sdk==0.16.0",
"databricks-sql-connector>=2.9.3, <3.0.0",
"databricks-sdk==0.17.0",
"keyring>=23.13.0",
"pandas<2.2.0",
],
Expand Down

0 comments on commit da84d72

Please sign in to comment.