Skip to content

Commit

Permalink
Pin databricks-sdk to 0.18.0 (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Feb 9, 2024
1 parent 1a22691 commit 4238884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def package_files(prefix: str, directory: str, extension: str):

extra_deps['pandas'] = ['pandas>=2.0.0,<3.0']

extra_deps['databricks'] = ['databricks-sdk>=0.15.0,<1.0']
extra_deps['databricks'] = ['databricks-sdk==0.18.0']

extra_deps['all'] = {dep for deps in extra_deps.values() for dep in deps}

Expand Down

0 comments on commit 4238884

Please sign in to comment.