Skip to content

Commit ad2af6c

Browse files
kaxilCloud Composer Team
authored andcommitted
Remove redundant note on HTTP Provider (#17595)
Since apache/airflow#16974 we have switched back to including HTTP provider and this comment now is not correct. GitOrigin-RevId: f2a8a73ca99912d25e9cd8142038cf3a6df622d6
1 parent 1068f21 commit ad2af6c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,6 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
340340
'requests>=2.26.0',
341341
]
342342
http_provider = [
343-
# NOTE ! The HTTP provider is NOT preinstalled by default when Airflow is installed - because it
344-
# depends on `requests` library and until `chardet` is mandatory dependency of `requests`
345-
# See https://github.com/psf/requests/pull/5797
346-
# This means that providers that depend on Http and cannot work without it, have to have
347-
# explicit dependency on `apache-airflow-providers-http` which needs to be pulled in for them.
348-
# Other cross-provider-dependencies are optional (usually cross-provider dependencies only enable
349-
# some features of providers and majority of those providers works). They result with an extra,
350-
# not with the `install-requires` dependency.
351343
'apache-airflow-providers-http',
352344
]
353345
jdbc = [

0 commit comments

Comments
 (0)