apache-airflow-providers-http 5.3.0__tar.gz → 5.3.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.
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/PKG-INFO +9 -9
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/README.rst +4 -4
- apache_airflow_providers_http-5.3.1rc1/docs/.latest-doc-only-change.txt +1 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/changelog.rst +12 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/index.rst +2 -2
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/provider.yaml +2 -1
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/pyproject.toml +5 -5
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/__init__.py +1 -1
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/sensors/test_http.py +0 -7
- apache_airflow_providers_http-5.3.0/docs/.latest-doc-only-change.txt +0 -1
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/connections/http.rst +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/integration-logos/HTTP.png +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/LICENSE +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/exceptions.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/get_provider_info.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/hooks/http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/operators/http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/sensors/http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/src/airflow/providers/http/triggers/http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/system/http/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/system/http/example_http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/hooks/test_http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/operators/test_http.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/unit/http/triggers/test_http.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-http
|
3
|
-
Version: 5.3.
|
3
|
+
Version: 5.3.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>
|
@@ -20,14 +20,14 @@ Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.10.
|
24
|
-
Requires-Dist: requests>=2.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: requests>=2.32.0,<3
|
25
25
|
Requires-Dist: requests-toolbelt>=1.0.0
|
26
26
|
Requires-Dist: aiohttp>=3.9.2,!=3.11.0
|
27
27
|
Requires-Dist: asgiref>=2.3.0
|
28
28
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
29
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-http/5.3.1/changelog.html
|
30
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-http/5.3.1
|
31
31
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -58,7 +58,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
58
58
|
|
59
59
|
Package ``apache-airflow-providers-http``
|
60
60
|
|
61
|
-
Release: ``5.3.
|
61
|
+
Release: ``5.3.1``
|
62
62
|
|
63
63
|
|
64
64
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -71,7 +71,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
71
71
|
are in ``airflow.providers.http`` python package.
|
72
72
|
|
73
73
|
You can find package information and changelog for the provider
|
74
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
74
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.1/>`_.
|
75
75
|
|
76
76
|
Installation
|
77
77
|
------------
|
@@ -89,12 +89,12 @@ Requirements
|
|
89
89
|
PIP package Version required
|
90
90
|
===================== ====================
|
91
91
|
``apache-airflow`` ``>=2.10.0``
|
92
|
-
``requests`` ``>=2.
|
92
|
+
``requests`` ``>=2.32.0,<3``
|
93
93
|
``requests-toolbelt`` ``>=1.0.0``
|
94
94
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
95
95
|
``asgiref`` ``>=2.3.0``
|
96
96
|
===================== ====================
|
97
97
|
|
98
98
|
The changelog for the provider package can be found in the
|
99
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
99
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.1/changelog.html>`_.
|
100
100
|
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-http``
|
25
25
|
|
26
|
-
Release: ``5.3.
|
26
|
+
Release: ``5.3.1``
|
27
27
|
|
28
28
|
|
29
29
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
36
36
|
are in ``airflow.providers.http`` python package.
|
37
37
|
|
38
38
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.1/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -54,11 +54,11 @@ Requirements
|
|
54
54
|
PIP package Version required
|
55
55
|
===================== ====================
|
56
56
|
``apache-airflow`` ``>=2.10.0``
|
57
|
-
``requests`` ``>=2.
|
57
|
+
``requests`` ``>=2.32.0,<3``
|
58
58
|
``requests-toolbelt`` ``>=1.0.0``
|
59
59
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
60
60
|
``asgiref`` ``>=2.3.0``
|
61
61
|
===================== ====================
|
62
62
|
|
63
63
|
The changelog for the provider package can be found in the
|
64
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
64
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.1/changelog.html>`_.
|
@@ -0,0 +1 @@
|
|
1
|
+
290f63206480cf06cae1fb4a3d52e22f528e14ea
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/changelog.rst
RENAMED
@@ -27,6 +27,18 @@
|
|
27
27
|
Changelog
|
28
28
|
---------
|
29
29
|
|
30
|
+
5.3.1
|
31
|
+
.....
|
32
|
+
|
33
|
+
Misc
|
34
|
+
~~~~
|
35
|
+
|
36
|
+
* ``Bump some provider dependencies for faster resolution (#51727)``
|
37
|
+
|
38
|
+
.. Below changes are excluded from the changelog. Move them to
|
39
|
+
appropriate section above if needed. Do not delete the lines(!):
|
40
|
+
* ``Increasing task timeout by 2 seconds for more resilient runs (#50578)``
|
41
|
+
|
30
42
|
5.3.0
|
31
43
|
.....
|
32
44
|
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/index.rst
RENAMED
@@ -77,7 +77,7 @@ apache-airflow-providers-http package
|
|
77
77
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 5.3.
|
80
|
+
Release: 5.3.1
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -101,7 +101,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
|
|
101
101
|
PIP package Version required
|
102
102
|
===================== ====================
|
103
103
|
``apache-airflow`` ``>=2.10.0``
|
104
|
-
``requests`` ``>=2.
|
104
|
+
``requests`` ``>=2.32.0,<3``
|
105
105
|
``requests-toolbelt`` ``>=1.0.0``
|
106
106
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
107
107
|
``asgiref`` ``>=2.3.0``
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/provider.yaml
RENAMED
@@ -22,12 +22,13 @@ description: |
|
|
22
22
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
25
|
+
source-date-epoch: 1749913240
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
29
|
# to be done in the same PR
|
30
30
|
versions:
|
31
|
+
- 5.3.1
|
31
32
|
- 5.3.0
|
32
33
|
- 5.2.2
|
33
34
|
- 5.2.1
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/pyproject.toml
RENAMED
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-http"
|
28
|
-
version = "5.3.
|
28
|
+
version = "5.3.1rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-http for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,10 +57,10 @@ requires-python = "~=3.9"
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
|
-
"apache-airflow>=2.10.
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
61
61
|
# The 2.26.0 release of requests got rid of the chardet LGPL mandatory dependency, allowing us to
|
62
62
|
# release it as a requirement for airflow
|
63
|
-
"requests>=2.
|
63
|
+
"requests>=2.32.0,<3",
|
64
64
|
"requests-toolbelt>=1.0.0",
|
65
65
|
# aiohttp 3.11.0 had incompatible change: https://github.com/aio-libs/aiohttp/issues/9866
|
66
66
|
"aiohttp>=3.9.2,!=3.11.0",
|
@@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
101
101
|
apache-airflow-providers-standard = {workspace = true}
|
102
102
|
|
103
103
|
[project.urls]
|
104
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
105
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.
|
104
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-http/5.3.1"
|
105
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-http/5.3.1/changelog.html"
|
106
106
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
107
107
|
"Source Code" = "https://github.com/apache/airflow"
|
108
108
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "5.3.
|
32
|
+
__version__ = "5.3.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.10.0"
|
@@ -62,7 +62,6 @@ class TestHttpSensor:
|
|
62
62
|
endpoint="",
|
63
63
|
request_params={},
|
64
64
|
response_check=resp_check,
|
65
|
-
timeout=5,
|
66
65
|
poke_interval=1,
|
67
66
|
)
|
68
67
|
with pytest.raises(AirflowException, match="AirflowException raised here!"):
|
@@ -90,7 +89,6 @@ class TestHttpSensor:
|
|
90
89
|
endpoint="",
|
91
90
|
request_params={},
|
92
91
|
response_check=resp_check,
|
93
|
-
timeout=5,
|
94
92
|
poke_interval=1,
|
95
93
|
)
|
96
94
|
assert task.execute(context={}) == "somedata"
|
@@ -120,7 +118,6 @@ class TestHttpSensor:
|
|
120
118
|
method="HEAD",
|
121
119
|
response_check=resp_check,
|
122
120
|
extra_options={"check_response": False},
|
123
|
-
timeout=5,
|
124
121
|
poke_interval=1,
|
125
122
|
)
|
126
123
|
|
@@ -141,7 +138,6 @@ class TestHttpSensor:
|
|
141
138
|
request_params={},
|
142
139
|
method="HEAD",
|
143
140
|
response_check=resp_check,
|
144
|
-
timeout=5,
|
145
141
|
poke_interval=1,
|
146
142
|
)
|
147
143
|
|
@@ -173,7 +169,6 @@ class TestHttpSensor:
|
|
173
169
|
endpoint="",
|
174
170
|
request_params={},
|
175
171
|
response_check=resp_check,
|
176
|
-
timeout=5,
|
177
172
|
poke_interval=1,
|
178
173
|
)
|
179
174
|
|
@@ -199,7 +194,6 @@ class TestHttpSensor:
|
|
199
194
|
request_params={},
|
200
195
|
method="HEAD",
|
201
196
|
response_check=resp_check,
|
202
|
-
timeout=5,
|
203
197
|
poke_interval=1,
|
204
198
|
)
|
205
199
|
|
@@ -260,7 +254,6 @@ class TestHttpSensor:
|
|
260
254
|
request_params={},
|
261
255
|
method="GET",
|
262
256
|
response_check=resp_check,
|
263
|
-
timeout=5,
|
264
257
|
poke_interval=1,
|
265
258
|
)
|
266
259
|
with pytest.raises(AirflowException, match="500:Internal Server Error"):
|
@@ -1 +0,0 @@
|
|
1
|
-
7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/commits.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/operators.rst
RENAMED
File without changes
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/docs/security.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_http-5.3.0 → apache_airflow_providers_http-5.3.1rc1}/tests/conftest.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|