This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 80c3fcd097 Update dep for databricks #23917 (#23927)
80c3fcd097 is described below
commit 80c3fcd097c02511463b2c4f586757af0e5f41b2
Author: Vincent Koc <[email protected]>
AuthorDate: Fri May 27 11:57:12 2022 +1000
Update dep for databricks #23917 (#23927)
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 468ec50bc0..3c89821cc7 100644
--- a/setup.py
+++ b/setup.py
@@ -266,7 +266,7 @@ dask = [
'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',
]