Skip to content

Commit

Permalink
Update dep for databricks #23917 (#23927)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Koc authored May 27, 2022
1 parent b170dc7 commit 80c3fcd
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 @@ -266,7 +266,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',
'aiohttp>=3.6.3, <4',
]
Expand Down

0 comments on commit 80c3fcd

Please sign in to comment.