Skip to content

Commit

Permalink
Update dep for databricks #23917 (#23927)
Browse files Browse the repository at this point in the history
(cherry picked from commit 80c3fcd)
  • Loading branch information
Vincent Koc authored and ephraimbuddy committed May 27, 2022
1 parent 18a6c88 commit 5f466ed
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 @@ -263,7 +263,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'distributed>=2.11.1',
]
databricks = [
'requests>=2.26.0, <3',
'requests>=2.27,<3',
'databricks-sql-connector>=2.0.0, <3.0.0',
]
datadog = [
Expand Down

0 comments on commit 5f466ed

Please sign in to comment.