apache-airflow-providers-http 4.13.1__tar.gz → 4.13.2__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.1 → apache_airflow_providers_http-4.13.2}/PKG-INFO +12 -13
  2. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/README.rst +6 -6
  3. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/__init__.py +1 -1
  4. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/get_provider_info.py +4 -3
  5. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/hooks/http.py +1 -1
  6. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/triggers/http.py +1 -0
  7. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/pyproject.toml +6 -7
  8. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/LICENSE +0 -0
  9. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/hooks/__init__.py +0 -0
  10. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/operators/__init__.py +0 -0
  11. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/operators/http.py +0 -0
  12. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/sensors/__init__.py +0 -0
  13. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/sensors/http.py +0 -0
  14. {apache_airflow_providers_http-4.13.1 → apache_airflow_providers_http-4.13.2}/airflow/providers/http/triggers/__init__.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-http
3
- Version: 4.13.1
3
+ Version: 4.13.2
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>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.8
8
+ Requires-Python: ~=3.9
9
9
  Description-Content-Type: text/x-rst
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: System Administrators
15
15
  Classifier: Framework :: Apache Airflow
16
16
  Classifier: Framework :: Apache Airflow :: Provider
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
- Classifier: Programming Language :: Python :: 3.8
19
18
  Classifier: Programming Language :: Python :: 3.9
20
19
  Classifier: Programming Language :: Python :: 3.10
21
20
  Classifier: Programming Language :: Python :: 3.11
@@ -23,12 +22,12 @@ Classifier: Programming Language :: Python :: 3.12
23
22
  Classifier: Topic :: System :: Monitoring
24
23
  Requires-Dist: aiohttp>=3.9.2
25
24
  Requires-Dist: apache-airflow>=2.8.0
26
- Requires-Dist: asgiref
25
+ Requires-Dist: asgiref>=2.3.0
26
+ Requires-Dist: requests-toolbelt>=0.4.0
27
27
  Requires-Dist: requests>=2.27.0,<3
28
- Requires-Dist: requests_toolbelt
29
28
  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.1/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2
32
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
32
  Project-URL: Source Code, https://github.com/apache/airflow
34
33
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -78,7 +77,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
78
77
 
79
78
  Package ``apache-airflow-providers-http``
80
79
 
81
- Release: ``4.13.1``
80
+ Release: ``4.13.2``
82
81
 
83
82
 
84
83
  `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
@@ -91,7 +90,7 @@ This is a provider package for ``http`` provider. All classes for this provider
91
90
  are in ``airflow.providers.http`` python package.
92
91
 
93
92
  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.1/>`_.
93
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/>`_.
95
94
 
96
95
  Installation
97
96
  ------------
@@ -100,7 +99,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
100
99
  for the minimum Airflow version supported) via
101
100
  ``pip install apache-airflow-providers-http``
102
101
 
103
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
102
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
104
103
 
105
104
  Requirements
106
105
  ------------
@@ -110,10 +109,10 @@ PIP package Version required
110
109
  ===================== ==================
111
110
  ``apache-airflow`` ``>=2.8.0``
112
111
  ``requests`` ``>=2.27.0,<3``
113
- ``requests_toolbelt``
112
+ ``requests-toolbelt`` ``>=0.4.0``
114
113
  ``aiohttp`` ``>=3.9.2``
115
- ``asgiref``
114
+ ``asgiref`` ``>=2.3.0``
116
115
  ===================== ==================
117
116
 
118
117
  The changelog for the provider package can be found in the
119
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.1/changelog.html>`_.
118
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-http``
44
44
 
45
- Release: ``4.13.1``
45
+ Release: ``4.13.2``
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.1/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
64
64
  for the minimum Airflow version supported) via
65
65
  ``pip install apache-airflow-providers-http``
66
66
 
67
- The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
67
+ The package supports the following python versions: 3.9,3.10,3.11,3.12
68
68
 
69
69
  Requirements
70
70
  ------------
@@ -74,10 +74,10 @@ PIP package Version required
74
74
  ===================== ==================
75
75
  ``apache-airflow`` ``>=2.8.0``
76
76
  ``requests`` ``>=2.27.0,<3``
77
- ``requests_toolbelt``
77
+ ``requests-toolbelt`` ``>=0.4.0``
78
78
  ``aiohttp`` ``>=3.9.2``
79
- ``asgiref``
79
+ ``asgiref`` ``>=2.3.0``
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.1/changelog.html>`_.
83
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/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.1"
32
+ __version__ = "4.13.2"
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": 1726860926,
31
+ "source-date-epoch": 1730012883,
32
32
  "versions": [
33
+ "4.13.2",
33
34
  "4.13.1",
34
35
  "4.13.0",
35
36
  "4.12.0",
@@ -68,9 +69,9 @@ def get_provider_info():
68
69
  "dependencies": [
69
70
  "apache-airflow>=2.8.0",
70
71
  "requests>=2.27.0,<3",
71
- "requests_toolbelt",
72
+ "requests-toolbelt>=0.4.0",
72
73
  "aiohttp>=3.9.2",
73
- "asgiref",
74
+ "asgiref>=2.3.0",
74
75
  ],
75
76
  "integrations": [
76
77
  {
@@ -169,7 +169,7 @@ class HttpHook(BaseHook):
169
169
 
170
170
  session = self.get_conn(headers)
171
171
 
172
- url = _url_from_endpoint(self.base_url, endpoint)
172
+ url = self.url_from_endpoint(endpoint)
173
173
 
174
174
  if self.tcp_keep_alive:
175
175
  keep_alive_adapter = TCPKeepAliveAdapter(
@@ -167,6 +167,7 @@ class HttpSensorTrigger(BaseTrigger):
167
167
  {
168
168
  "endpoint": self.endpoint,
169
169
  "data": self.data,
170
+ "method": self.method,
170
171
  "headers": self.headers,
171
172
  "extra_options": self.extra_options,
172
173
  "http_conn_id": self.http_conn_id,
@@ -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.1"
31
+ version = "4.13.2"
32
32
  description = "Provider package apache-airflow-providers-http for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -47,25 +47,24 @@ classifiers = [
47
47
  "Framework :: Apache Airflow",
48
48
  "Framework :: Apache Airflow :: Provider",
49
49
  "License :: OSI Approved :: Apache Software License",
50
- "Programming Language :: Python :: 3.8",
51
50
  "Programming Language :: Python :: 3.9",
52
51
  "Programming Language :: Python :: 3.10",
53
52
  "Programming Language :: Python :: 3.11",
54
53
  "Programming Language :: Python :: 3.12",
55
54
  "Topic :: System :: Monitoring",
56
55
  ]
57
- requires-python = "~=3.8"
56
+ requires-python = "~=3.9"
58
57
  dependencies = [
59
58
  "aiohttp>=3.9.2",
60
59
  "apache-airflow>=2.8.0",
61
- "asgiref",
60
+ "asgiref>=2.3.0",
61
+ "requests-toolbelt>=0.4.0",
62
62
  "requests>=2.27.0,<3",
63
- "requests_toolbelt",
64
63
  ]
65
64
 
66
65
  [project.urls]
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"
66
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2"
67
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/changelog.html"
69
68
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
70
69
  "Source Code" = "https://github.com/apache/airflow"
71
70
  "Slack Chat" = "https://s.apache.org/airflow-slack"