apache-airflow-providers-hashicorp 4.3.2rc1__py3-none-any.whl → 4.3.3__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.

Potentially problematic release.


This version of apache-airflow-providers-hashicorp might be problematic. Click here for more details.

@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.3.2"
32
+ __version__ = "4.3.3"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -23,12 +23,12 @@ from typing import TYPE_CHECKING, Any
23
23
 
24
24
  from hvac.exceptions import VaultError
25
25
 
26
+ from airflow.providers.common.compat.sdk import BaseHook
26
27
  from airflow.providers.hashicorp._internal_client.vault_client import (
27
28
  DEFAULT_KUBERNETES_JWT_PATH,
28
29
  DEFAULT_KV_ENGINE_VERSION,
29
30
  _VaultClient,
30
31
  )
31
- from airflow.providers.hashicorp.version_compat import BaseHook
32
32
  from airflow.utils.helpers import merge_dicts
33
33
 
34
34
  if TYPE_CHECKING:
@@ -30,9 +30,4 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
30
30
  AIRFLOW_V_3_0_PLUS = get_base_airflow_version_tuple() >= (3, 0, 0)
31
31
  AIRFLOW_V_3_1_PLUS: bool = get_base_airflow_version_tuple() >= (3, 1, 0)
32
32
 
33
- if AIRFLOW_V_3_1_PLUS:
34
- from airflow.sdk import BaseHook
35
- else:
36
- from airflow.hooks.base import BaseHook # type: ignore[attr-defined,no-redef]
37
-
38
- __all__ = ["BaseHook"]
33
+ __all__ = ["AIRFLOW_V_3_0_PLUS", "AIRFLOW_V_3_1_PLUS"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-hashicorp
3
- Version: 4.3.2rc1
3
+ Version: 4.3.3
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>
@@ -20,13 +20,14 @@ Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.10.0rc1
23
+ Requires-Dist: apache-airflow>=2.10.0
24
+ Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
24
25
  Requires-Dist: hvac>=1.1.0
25
26
  Requires-Dist: boto3>=1.33.0 ; extra == "boto3"
26
27
  Requires-Dist: apache-airflow-providers-google ; extra == "google"
27
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-hashicorp/4.3.2/changelog.html
29
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-hashicorp/4.3.2
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.3/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.3
30
31
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
32
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
33
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -59,9 +60,8 @@ Provides-Extra: google
59
60
 
60
61
  Package ``apache-airflow-providers-hashicorp``
61
62
 
62
- Release: ``4.3.2``
63
+ Release: ``4.3.3``
63
64
 
64
- Release Date: ``|PypiReleaseDate|``
65
65
 
66
66
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
67
67
 
@@ -73,12 +73,12 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
73
73
  are in ``airflow.providers.hashicorp`` python package.
74
74
 
75
75
  You can find package information and changelog for the provider
76
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.2/>`_.
76
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.3/>`_.
77
77
 
78
78
  Installation
79
79
  ------------
80
80
 
81
- You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
81
+ You can install this package on top of an existing Airflow installation (see ``Requirements`` below
82
82
  for the minimum Airflow version supported) via
83
83
  ``pip install apache-airflow-providers-hashicorp``
84
84
 
@@ -87,12 +87,13 @@ The package supports the following python versions: 3.10,3.11,3.12,3.13
87
87
  Requirements
88
88
  ------------
89
89
 
90
- ================== ==================
91
- PIP package Version required
92
- ================== ==================
93
- ``apache-airflow`` ``>=2.10.0``
94
- ``hvac`` ``>=1.1.0``
95
- ================== ==================
90
+ ========================================== ==================
91
+ PIP package Version required
92
+ ========================================== ==================
93
+ ``apache-airflow`` ``>=2.10.0``
94
+ ``apache-airflow-providers-common-compat`` ``>=1.8.0``
95
+ ``hvac`` ``>=1.1.0``
96
+ ========================================== ==================
96
97
 
97
98
  Cross provider package dependencies
98
99
  -----------------------------------
@@ -104,15 +105,26 @@ You can install such cross-provider dependencies when installing from PyPI. For
104
105
 
105
106
  .. code-block:: bash
106
107
 
107
- pip install apache-airflow-providers-hashicorp[google]
108
+ pip install apache-airflow-providers-hashicorp[common.compat]
108
109
 
109
110
 
110
- ==================================================================================================== ==========
111
- Dependent package Extra
112
- ==================================================================================================== ==========
113
- `apache-airflow-providers-google <https://airflow.apache.org/docs/apache-airflow-providers-google>`_ ``google``
114
- ==================================================================================================== ==========
111
+ ================================================================================================================== =================
112
+ Dependent package Extra
113
+ ================================================================================================================== =================
114
+ `apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
115
+ `apache-airflow-providers-google <https://airflow.apache.org/docs/apache-airflow-providers-google>`_ ``google``
116
+ ================================================================================================================== =================
117
+
118
+ Optional dependencies
119
+ ----------------------
120
+
121
+ ========== ===================================
122
+ Extra Dependencies
123
+ ========== ===================================
124
+ ``boto3`` ``boto3>=1.33.0``
125
+ ``google`` ``apache-airflow-providers-google``
126
+ ========== ===================================
115
127
 
116
128
  The changelog for the provider package can be found in the
117
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.2/changelog.html>`_.
129
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.3/changelog.html>`_.
118
130
 
@@ -1,14 +1,14 @@
1
1
  airflow/providers/hashicorp/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/hashicorp/__init__.py,sha256=7LDu1lifaRNRR19w0Mt52qD-1rqU9Y5YCYpvSpN-mHs,1498
2
+ airflow/providers/hashicorp/__init__.py,sha256=S6-Lf-NCxMqVPiZU-ieMUWXJ1QOhYXw-pW4Jgt3xFek,1498
3
3
  airflow/providers/hashicorp/get_provider_info.py,sha256=AFQ7VdRDobAK4-p5A0R9kv4vseR3xtxm7HASrLHThG8,2038
4
- airflow/providers/hashicorp/version_compat.py,sha256=fDXM46YprUdg4GokrPyGjmlmvSmoRYiE9XiyM4oN234,1403
4
+ airflow/providers/hashicorp/version_compat.py,sha256=NMlSRFNSPBEq8-HTJEeIest-4a3o1kxJEIR3Wv69yBE,1285
5
5
  airflow/providers/hashicorp/_internal_client/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
6
6
  airflow/providers/hashicorp/_internal_client/vault_client.py,sha256=9kcavdjUL_SLE7gUidin01MBHC5QBnY8QChTjaIy1tY,24683
7
7
  airflow/providers/hashicorp/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
8
- airflow/providers/hashicorp/hooks/vault.py,sha256=fVBVbrl93bHxieY4vIZrcoUwJzZ_GLxy-9ATKaj9oY0,18096
8
+ airflow/providers/hashicorp/hooks/vault.py,sha256=xwSg_zM-mCSwqQR64U3wm3_jqKPttx04Ze_OjCTYM5s,18089
9
9
  airflow/providers/hashicorp/secrets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
10
10
  airflow/providers/hashicorp/secrets/vault.py,sha256=GqiIIbA4dedrr1yHv1q0eVpqT5u9TL8oUynL76tYurQ,11378
11
- apache_airflow_providers_hashicorp-4.3.2rc1.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
12
- apache_airflow_providers_hashicorp-4.3.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
- apache_airflow_providers_hashicorp-4.3.2rc1.dist-info/METADATA,sha256=8vccIQh6sFPy1FF5dxk30srEQ_t2GMtRFol8GQkWlcs,5089
14
- apache_airflow_providers_hashicorp-4.3.2rc1.dist-info/RECORD,,
11
+ apache_airflow_providers_hashicorp-4.3.3.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
12
+ apache_airflow_providers_hashicorp-4.3.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
13
+ apache_airflow_providers_hashicorp-4.3.3.dist-info/METADATA,sha256=RlMNh4MpObQov_9xLd2rv4H7_HQy9kB8kTcht7CaIv8,5818
14
+ apache_airflow_providers_hashicorp-4.3.3.dist-info/RECORD,,