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 2899e5f0e27 add lowerbount to requests-toolbelt and replace
requests_toolbelt with requests-toolbelt (#43020)
2899e5f0e27 is described below
commit 2899e5f0e27c65e29780c81c45db989eba6dc027
Author: Kalyan R <[email protected]>
AuthorDate: Wed Oct 16 02:34:24 2024 +0530
add lowerbount to requests-toolbelt and replace requests_toolbelt with
requests-toolbelt (#43020)
---
docs/apache-airflow-providers-http/index.rst | 2 +-
generated/provider_dependencies.json | 4 ++--
providers/src/airflow/providers/http/provider.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/apache-airflow-providers-http/index.rst
b/docs/apache-airflow-providers-http/index.rst
index 2e7bdf6b78d..1e3b271b29e 100644
--- a/docs/apache-airflow-providers-http/index.rst
+++ b/docs/apache-airflow-providers-http/index.rst
@@ -102,7 +102,7 @@ PIP package Version required
===================== ==================
``apache-airflow`` ``>=2.8.0``
``requests`` ``>=2.27.0,<3``
-``requests_toolbelt``
+``requests-toolbelt``
``aiohttp`` ``>=3.9.2``
``asgiref``
===================== ==================
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index ac587bad765..fb50939ac7f 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -748,8 +748,8 @@
"aiohttp>=3.9.2",
"apache-airflow>=2.8.0",
"asgiref>=2.3.0",
- "requests>=2.27.0,<3",
- "requests_toolbelt"
+ "requests-toolbelt>=0.4.0",
+ "requests>=2.27.0,<3"
],
"devel-deps": [],
"plugins": [],
diff --git a/providers/src/airflow/providers/http/provider.yaml
b/providers/src/airflow/providers/http/provider.yaml
index e7a9b9ef94f..4f56f74ab46 100644
--- a/providers/src/airflow/providers/http/provider.yaml
+++ b/providers/src/airflow/providers/http/provider.yaml
@@ -65,7 +65,7 @@ dependencies:
# The 2.26.0 release of requests got rid of the chardet LGPL mandatory
dependency, allowing us to
# release it as a requirement for airflow
- requests>=2.27.0,<3
- - requests_toolbelt
+ - requests-toolbelt>=0.4.0
- aiohttp>=3.9.2
- asgiref>=2.3.0