apache-airflow-providers-http 4.11.0__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.
Files changed (14) hide show
  1. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/PKG-INFO +6 -6
  2. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/README.rst +3 -3
  3. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/__init__.py +3 -6
  4. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/get_provider_info.py +2 -1
  5. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/pyproject.toml +3 -3
  6. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/LICENSE +0 -0
  7. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/hooks/__init__.py +0 -0
  8. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/hooks/http.py +0 -0
  9. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/operators/__init__.py +0 -0
  10. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/operators/http.py +0 -0
  11. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/sensors/__init__.py +0 -0
  12. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/sensors/http.py +0 -0
  13. {apache_airflow_providers_http-4.11.0 → apache_airflow_providers_http-4.11.1}/airflow/providers/http/triggers/__init__.py +0 -0
  14. {apache_airflow_providers_http-4.11.0 → 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.0
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>
@@ -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.11.0/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.0
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.0``
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.0/>`_.
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.0/changelog.html>`_.
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.0``
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.0/>`_.
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.0/changelog.html>`_.
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
- __all__ = ["__version__"]
28
+ from airflow import __version__ as airflow_version
29
29
 
30
- __version__ = "4.11.0"
30
+ __all__ = ["__version__"]
31
31
 
32
- try:
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": 1714476595,
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",
@@ -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.0"
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 = [
@@ -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.11.0"
68
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.0/changelog.html"
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"