apache-airflow-providers-hashicorp 3.7.0rc2__tar.gz → 3.7.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.
Potentially problematic release.
This version of apache-airflow-providers-hashicorp might be problematic. Click here for more details.
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/PKG-INFO +7 -7
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/README.rst +3 -3
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/__init__.py +3 -6
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/_internal_client/vault_client.py +2 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/get_provider_info.py +2 -1
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/pyproject.toml +4 -4
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/LICENSE +0 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/_internal_client/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/hooks/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/hooks/vault.py +0 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/secrets/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/airflow/providers/hashicorp/secrets/vault.py +0 -0
{apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-hashicorp
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-hashicorp for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,hashicorp,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -21,13 +21,13 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
|
24
|
-
Requires-Dist: apache-airflow>=2.7.
|
|
24
|
+
Requires-Dist: apache-airflow>=2.7.0
|
|
25
25
|
Requires-Dist: hvac>=1.1.0
|
|
26
26
|
Requires-Dist: boto3>=1.33.0 ; extra == "boto3"
|
|
27
27
|
Requires-Dist: apache-airflow-providers-google ; extra == "google"
|
|
28
28
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
29
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html
|
|
30
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1
|
|
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://twitter.com/ApacheAirflow
|
|
@@ -79,7 +79,7 @@ Provides-Extra: google
|
|
|
79
79
|
|
|
80
80
|
Package ``apache-airflow-providers-hashicorp``
|
|
81
81
|
|
|
82
|
-
Release: ``3.7.
|
|
82
|
+
Release: ``3.7.1``
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
|
|
@@ -92,7 +92,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
|
|
|
92
92
|
are in ``airflow.providers.hashicorp`` python package.
|
|
93
93
|
|
|
94
94
|
You can find package information and changelog for the provider
|
|
95
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
95
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/>`_.
|
|
96
96
|
|
|
97
97
|
Installation
|
|
98
98
|
------------
|
|
@@ -133,4 +133,4 @@ Dependent package
|
|
|
133
133
|
==================================================================================================== ==========
|
|
134
134
|
|
|
135
135
|
The changelog for the provider package can be found in the
|
|
136
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
136
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html>`_.
|
{apache_airflow_providers_hashicorp-3.7.0rc2 → apache_airflow_providers_hashicorp-3.7.1}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-hashicorp``
|
|
44
44
|
|
|
45
|
-
Release: ``3.7.
|
|
45
|
+
Release: ``3.7.1``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
|
|
|
55
55
|
are in ``airflow.providers.hashicorp`` 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-hashicorp/3.7.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -96,4 +96,4 @@ Dependent package
|
|
|
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-hashicorp/3.7.
|
|
99
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html>`_.
|
|
@@ -25,14 +25,11 @@ from __future__ import annotations
|
|
|
25
25
|
|
|
26
26
|
import packaging.version
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
from airflow import __version__ as airflow_version
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
from airflow import __version__ as airflow_version
|
|
34
|
-
except ImportError:
|
|
35
|
-
from airflow.version import version as airflow_version
|
|
32
|
+
__version__ = "3.7.1"
|
|
36
33
|
|
|
37
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
38
35
|
"2.7.0"
|
|
@@ -212,6 +212,8 @@ class _VaultClient(LoggingMixin):
|
|
|
212
212
|
session = Session()
|
|
213
213
|
session.mount("http://", adapter)
|
|
214
214
|
session.mount("https://", adapter)
|
|
215
|
+
if self.kwargs and "verify" in self.kwargs:
|
|
216
|
+
session.verify = self.kwargs["verify"]
|
|
215
217
|
self.kwargs["session"] = session
|
|
216
218
|
|
|
217
219
|
_client = hvac.Client(url=self.url, **self.kwargs)
|
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "Hashicorp",
|
|
29
29
|
"description": "Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1716287935,
|
|
32
32
|
"versions": [
|
|
33
|
+
"3.7.1",
|
|
33
34
|
"3.7.0",
|
|
34
35
|
"3.6.4",
|
|
35
36
|
"3.6.3",
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-hashicorp"
|
|
31
|
-
version = "3.7.
|
|
31
|
+
version = "3.7.1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -56,13 +56,13 @@ classifiers = [
|
|
|
56
56
|
]
|
|
57
57
|
requires-python = "~=3.8"
|
|
58
58
|
dependencies = [
|
|
59
|
-
"apache-airflow>=2.7.
|
|
59
|
+
"apache-airflow>=2.7.0",
|
|
60
60
|
"hvac>=1.1.0",
|
|
61
61
|
]
|
|
62
62
|
|
|
63
63
|
[project.urls]
|
|
64
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
65
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.
|
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1"
|
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.7.1/changelog.html"
|
|
66
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
67
67
|
"Source Code" = "https://github.com/apache/airflow"
|
|
68
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|