apache-airflow-providers-http 4.13.0rc1__tar.gz → 4.13.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.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/PKG-INFO +6 -6
  2. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/README.rst +3 -3
  3. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/__init__.py +1 -1
  4. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/get_provider_info.py +2 -1
  5. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/sensors/http.py +1 -5
  6. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/pyproject.toml +3 -3
  7. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/LICENSE +0 -0
  8. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/hooks/__init__.py +0 -0
  9. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/hooks/http.py +0 -0
  10. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/operators/__init__.py +0 -0
  11. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/operators/http.py +0 -0
  12. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/sensors/__init__.py +0 -0
  13. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.1rc1}/airflow/providers/http/triggers/__init__.py +0 -0
  14. {apache_airflow_providers_http-4.13.0rc1 → apache_airflow_providers_http-4.13.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.13.0rc1
3
+ Version: 4.13.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>
@@ -27,8 +27,8 @@ 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.0/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.0
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.0.rc1``
81
+ Release: ``4.13.1.rc1``
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.0/>`_.
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.0/changelog.html>`_.
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.0.rc1``
45
+ Release: ``4.13.1.rc1``
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.0/>`_.
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.0/changelog.html>`_.
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.0"
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": 1723970300,
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, AirflowSkipException
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
@@ -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.0.rc1"
31
+ version = "4.13.1.rc1"
32
32
  description = "Provider package apache-airflow-providers-http for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -64,8 +64,8 @@ dependencies = [
64
64
  ]
65
65
 
66
66
  [project.urls]
67
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.0"
68
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.0/changelog.html"
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"