Skip to content

Commit

Permalink
Update dep for databricks #23917
Browse files Browse the repository at this point in the history
  • Loading branch information
koconder authored and potiuk committed May 26, 2022
1 parent 3393647 commit 5ced821
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 5ced821

Please sign in to comment.