apache-airflow-providers-http 5.1.0__py3-none-any.whl → 5.2.0rc1__py3-none-any.whl

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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "5.1.0"
32
+ __version__ = "5.2.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -29,7 +29,7 @@ def get_provider_info():
29
29
  "state": "ready",
30
30
  "source-date-epoch": 1739963578,
31
31
  "versions": [
32
- "5.1.0",
32
+ "5.2.0",
33
33
  "5.0.0",
34
34
  "4.13.3",
35
35
  "4.13.2",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: apache-airflow-providers-http
3
- Version: 5.1.0
3
+ Version: 5.2.0rc1
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.9.0
23
+ Requires-Dist: apache-airflow>=2.9.0rc0
24
24
  Requires-Dist: requests>=2.27.0,<3
25
25
  Requires-Dist: requests-toolbelt>=0.4.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.1.0/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.1.0
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.0
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
33
33
  Project-URL: Twitter, https://x.com/ApacheAirflow
@@ -59,7 +59,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
59
59
 
60
60
  Package ``apache-airflow-providers-http``
61
61
 
62
- Release: ``5.1.0``
62
+ Release: ``5.2.0``
63
63
 
64
64
 
65
65
  `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
@@ -72,7 +72,7 @@ This is a provider package for ``http`` provider. All classes for this provider
72
72
  are in ``airflow.providers.http`` python package.
73
73
 
74
74
  You can find package information and changelog for the provider
75
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.1.0/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.0/>`_.
76
76
 
77
77
  Installation
78
78
  ------------
@@ -97,5 +97,5 @@ PIP package Version required
97
97
  ===================== ====================
98
98
 
99
99
  The changelog for the provider package can be found in the
100
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.1.0/changelog.html>`_.
100
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.0/changelog.html>`_.
101
101
 
@@ -1,7 +1,7 @@
1
1
  airflow/providers/http/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/http/__init__.py,sha256=rsrhyFvPIZo8DeKYnBz0zXGUvRQQmtp7Q0IY4MRhHI0,1491
2
+ airflow/providers/http/__init__.py,sha256=pa7UNoBEbQ0auhDXexqrUNS8vw5R3RaamnJ8kquAA48,1491
3
3
  airflow/providers/http/exceptions.py,sha256=WnIEj0cnAS746uRF1661tCEBc_Uuo0bMEIMrQyEb9nc,1084
4
- airflow/providers/http/get_provider_info.py,sha256=Kt0KMZhTz3TgmulyC_j3u6VTyPkkQK5GVh_TLFkhXS4,3782
4
+ airflow/providers/http/get_provider_info.py,sha256=qV688QITJrCeEudyM10Y4SFDmyHP2UJHkhstIn5eIHQ,3782
5
5
  airflow/providers/http/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
6
  airflow/providers/http/hooks/http.py,sha256=RgPIy0ccxojA5ywIRAmQCtOsTzKyPj5tb_YBivPcyPg,20788
7
7
  airflow/providers/http/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -10,7 +10,7 @@ airflow/providers/http/sensors/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7
10
10
  airflow/providers/http/sensors/http.py,sha256=cPB2e01mH92aQYNSNkQsNmvJUTVtEvmX47Dd4rhbBYU,8240
11
11
  airflow/providers/http/triggers/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
12
12
  airflow/providers/http/triggers/http.py,sha256=uOhEbTyJKhVDcRt28H04l7osD4oIimPJWiRLeF7ay8s,7964
13
- apache_airflow_providers_http-5.1.0.dist-info/entry_points.txt,sha256=65Rk4MYlxxtwo7y7-uNv4KS7MfoBnILhMjRQmNbRo1Q,100
14
- apache_airflow_providers_http-5.1.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
15
- apache_airflow_providers_http-5.1.0.dist-info/METADATA,sha256=1e_kwWIN6THTYXuHCmOBJQHRFQSk_ArmqzyqAubFgWs,4115
16
- apache_airflow_providers_http-5.1.0.dist-info/RECORD,,
13
+ apache_airflow_providers_http-5.2.0rc1.dist-info/entry_points.txt,sha256=65Rk4MYlxxtwo7y7-uNv4KS7MfoBnILhMjRQmNbRo1Q,100
14
+ apache_airflow_providers_http-5.2.0rc1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
15
+ apache_airflow_providers_http-5.2.0rc1.dist-info/METADATA,sha256=utdPcZSZFpf572nMvzIBSU2_33gGRA4edrkSSejRQz0,4121
16
+ apache_airflow_providers_http-5.2.0rc1.dist-info/RECORD,,