apache-airflow-providers-http 4.11.0rc1__tar.gz → 4.11.1__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.
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/PKG-INFO +7 -7
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/README.rst +3 -3
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/__init__.py +3 -6
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/get_provider_info.py +2 -1
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/pyproject.toml +4 -4
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/LICENSE +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/hooks/http.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/operators/http.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/sensors/http.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/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.
|
3
|
+
Version: 4.11.1
|
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,13 +22,13 @@ 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.
|
25
|
+
Requires-Dist: apache-airflow>=2.7.0
|
26
26
|
Requires-Dist: asgiref
|
27
27
|
Requires-Dist: requests>=2.27.0,<3
|
28
28
|
Requires-Dist: requests_toolbelt
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
34
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -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.
|
81
|
+
Release: ``4.11.1``
|
82
82
|
|
83
83
|
|
84
84
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -91,7 +91,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
91
91
|
are in ``airflow.providers.http`` python package.
|
92
92
|
|
93
93
|
You can find package information and changelog for the provider
|
94
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
94
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/>`_.
|
95
95
|
|
96
96
|
Installation
|
97
97
|
------------
|
@@ -116,4 +116,4 @@ PIP package Version required
|
|
116
116
|
===================== ==================
|
117
117
|
|
118
118
|
The changelog for the provider package can be found in the
|
119
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
119
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/changelog.html>`_.
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-http``
|
44
44
|
|
45
|
-
Release: ``4.11.
|
45
|
+
Release: ``4.11.1``
|
46
46
|
|
47
47
|
|
48
48
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
55
55
|
are in ``airflow.providers.http`` python package.
|
56
56
|
|
57
57
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -80,4 +80,4 @@ PIP package Version required
|
|
80
80
|
===================== ==================
|
81
81
|
|
82
82
|
The changelog for the provider package can be found in the
|
83
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
83
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/changelog.html>`_.
|
@@ -25,14 +25,11 @@ from __future__ import annotations
|
|
25
25
|
|
26
26
|
import packaging.version
|
27
27
|
|
28
|
-
|
28
|
+
from airflow import __version__ as airflow_version
|
29
29
|
|
30
|
-
|
30
|
+
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
|
33
|
-
from airflow import __version__ as airflow_version
|
34
|
-
except ImportError:
|
35
|
-
from airflow.version import version as airflow_version
|
32
|
+
__version__ = "4.11.1"
|
36
33
|
|
37
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
38
35
|
"2.7.0"
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "Hypertext Transfer Protocol (HTTP)",
|
29
29
|
"description": "`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1716287966,
|
32
32
|
"versions": [
|
33
|
+
"4.11.1",
|
33
34
|
"4.11.0",
|
34
35
|
"4.10.1",
|
35
36
|
"4.10.0",
|
{apache_airflow_providers_http-4.11.0rc1 → apache_airflow_providers_http-4.11.1}/pyproject.toml
RENAMED
@@ -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.
|
31
|
+
version = "4.11.1"
|
32
32
|
description = "Provider package apache-airflow-providers-http for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -57,15 +57,15 @@ classifiers = [
|
|
57
57
|
requires-python = "~=3.8"
|
58
58
|
dependencies = [
|
59
59
|
"aiohttp>=3.9.2",
|
60
|
-
"apache-airflow>=2.7.
|
60
|
+
"apache-airflow>=2.7.0",
|
61
61
|
"asgiref",
|
62
62
|
"requests>=2.27.0,<3",
|
63
63
|
"requests_toolbelt",
|
64
64
|
]
|
65
65
|
|
66
66
|
[project.urls]
|
67
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
68
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.
|
67
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1"
|
68
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/changelog.html"
|
69
69
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
70
70
|
"Source Code" = "https://github.com/apache/airflow"
|
71
71
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|