apache-airflow-providers-http 4.11.1__tar.gz → 4.11.1rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (14) hide show
  1. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/PKG-INFO +3 -3
  2. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/README.rst +1 -1
  3. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/pyproject.toml +2 -2
  4. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/LICENSE +0 -0
  5. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/__init__.py +0 -0
  6. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/get_provider_info.py +0 -0
  7. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/hooks/__init__.py +0 -0
  8. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/hooks/http.py +0 -0
  9. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/operators/__init__.py +0 -0
  10. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/operators/http.py +0 -0
  11. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/sensors/__init__.py +0 -0
  12. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/sensors/http.py +0 -0
  13. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/triggers/__init__.py +0 -0
  14. {apache_airflow_providers_http-4.11.1 → apache_airflow_providers_http-4.11.1rc1}/airflow/providers/http/triggers/http.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-http
3
- Version: 4.11.1
3
+ Version: 4.11.1rc1
4
4
  Summary: Provider package apache-airflow-providers-http for Apache Airflow
5
5
  Keywords: airflow-provider,http,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: aiohttp>=3.9.2
25
- Requires-Dist: apache-airflow>=2.7.0
25
+ Requires-Dist: apache-airflow>=2.7.0rc0
26
26
  Requires-Dist: asgiref
27
27
  Requires-Dist: requests>=2.27.0,<3
28
28
  Requires-Dist: requests_toolbelt
@@ -78,7 +78,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
78
78
 
79
79
  Package ``apache-airflow-providers-http``
80
80
 
81
- Release: ``4.11.1``
81
+ Release: ``4.11.1.rc1``
82
82
 
83
83
 
84
84
  `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-http``
44
44
 
45
- Release: ``4.11.1``
45
+ Release: ``4.11.1.rc1``
46
46
 
47
47
 
48
48
  `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-http"
31
- version = "4.11.1"
31
+ version = "4.11.1.rc1"
32
32
  description = "Provider package apache-airflow-providers-http for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -57,7 +57,7 @@ classifiers = [
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
59
  "aiohttp>=3.9.2",
60
- "apache-airflow>=2.7.0",
60
+ "apache-airflow>=2.7.0rc0",
61
61
  "asgiref",
62
62
  "requests>=2.27.0,<3",
63
63
  "requests_toolbelt",