apache-airflow-providers-http 4.13.0rc1__tar.gz → 4.13.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.13.0rc1 → apache_airflow_providers_http-4.13.1}/PKG-INFO +7 -7
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/README.rst +3 -3
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/__init__.py +1 -1
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/get_provider_info.py +2 -1
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/sensors/http.py +1 -5
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/pyproject.toml +4 -4
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/LICENSE +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/hooks/http.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/operators/http.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1}/airflow/providers/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.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.13.
|
3
|
+
Version: 4.13.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.8.
|
25
|
+
Requires-Dist: apache-airflow>=2.8.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.13.
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.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.13.
|
81
|
+
Release: ``4.13.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.13.
|
94
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.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.13.
|
119
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1/changelog.html>`_.
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-http``
|
44
44
|
|
45
|
-
Release: ``4.13.
|
45
|
+
Release: ``4.13.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.13.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.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.13.
|
83
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1/changelog.html>`_.
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.13.
|
32
|
+
__version__ = "4.13.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.8.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": 1726860926,
|
32
32
|
"versions": [
|
33
|
+
"4.13.1",
|
33
34
|
"4.13.0",
|
34
35
|
"4.12.0",
|
35
36
|
"4.11.1",
|
@@ -21,7 +21,7 @@ from datetime import timedelta
|
|
21
21
|
from typing import TYPE_CHECKING, Any, Callable, Sequence
|
22
22
|
|
23
23
|
from airflow.configuration import conf
|
24
|
-
from airflow.exceptions import AirflowException
|
24
|
+
from airflow.exceptions import AirflowException
|
25
25
|
from airflow.providers.http.hooks.http import HttpHook
|
26
26
|
from airflow.providers.http.triggers.http import HttpSensorTrigger
|
27
27
|
from airflow.sensors.base import BaseSensorOperator
|
@@ -151,10 +151,6 @@ class HttpSensor(BaseSensorOperator):
|
|
151
151
|
except AirflowException as exc:
|
152
152
|
if str(exc).startswith(self.response_error_codes_allowlist):
|
153
153
|
return False
|
154
|
-
# TODO: remove this if block when min_airflow_version is set to higher than 2.7.1
|
155
|
-
if self.soft_fail:
|
156
|
-
raise AirflowSkipException from exc
|
157
|
-
|
158
154
|
raise exc
|
159
155
|
|
160
156
|
return True
|
{apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.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.13.
|
31
|
+
version = "4.13.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.8.
|
60
|
+
"apache-airflow>=2.8.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.13.
|
68
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.
|
67
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1"
|
68
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.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
|