This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 62b82fe Remove 'typing' dependency (#13472)
62b82fe is described below
commit 62b82feb0ae5edf7b40bf276861348734b80e429
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Jan 5 07:32:49 2021 +0000
Remove 'typing' dependency (#13472)
We only needed `typing` for Python < 3.6 and Airflow 2.0 and Master are
only Py 3.6+
---
setup.cfg | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 3afebff..c38e5e4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -132,7 +132,6 @@ install_requires =
tenacity~=6.2.0
termcolor>=1.1.0
thrift>=0.9.2
- typing;python_version<"3.6"
typing-extensions>=3.7.4;python_version<"3.8"
unicodecsv>=0.14.1
urllib3<1.26 # Required to keep boto3 happy