apache-airflow-providers-hashicorp 3.6.0__py3-none-any.whl → 3.6.1rc1__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.

@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "3.6.0"
30
+ __version__ = "3.6.1"
31
31
 
32
32
  try:
33
33
  from airflow import __version__ as airflow_version
@@ -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
  "suspended": False,
31
- "source-date-epoch": 1701983385,
31
+ "source-date-epoch": 1703288140,
32
32
  "versions": [
33
+ "3.6.1",
33
34
  "3.6.0",
34
35
  "3.5.0",
35
36
  "3.4.3",
@@ -403,8 +403,8 @@ class VaultHook(BaseHook):
403
403
  "use_tls": BooleanField(lazy_gettext("Use TLS"), default=True),
404
404
  }
405
405
 
406
- @staticmethod
407
- def get_ui_field_behaviour() -> dict[str, Any]:
406
+ @classmethod
407
+ def get_ui_field_behaviour(cls) -> dict[str, Any]:
408
408
  """Returns custom field behaviour."""
409
409
  return {
410
410
  "hidden_fields": ["extra"],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-hashicorp
3
- Version: 3.6.0
3
+ Version: 3.6.1rc1
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,12 +20,12 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.6.0
23
+ Requires-Dist: apache-airflow>=2.6.0.dev0
24
24
  Requires-Dist: hvac>=0.10
25
25
  Requires-Dist: apache-airflow-providers-google ; extra == "google"
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1
29
29
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
30
  Project-URL: Source Code, https://github.com/apache/airflow
31
31
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -76,7 +76,7 @@ Provides-Extra: google
76
76
 
77
77
  Package ``apache-airflow-providers-hashicorp``
78
78
 
79
- Release: ``3.6.0``
79
+ Release: ``3.6.1.rc1``
80
80
 
81
81
 
82
82
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
@@ -89,7 +89,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
89
89
  are in ``airflow.providers.hashicorp`` python package.
90
90
 
91
91
  You can find package information and changelog for the provider
92
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0/>`_.
92
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/>`_.
93
93
 
94
94
  Installation
95
95
  ------------
@@ -130,4 +130,4 @@ Dependent package
130
130
  ==================================================================================================== ==========
131
131
 
132
132
  The changelog for the provider package can be found in the
133
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0/changelog.html>`_.
133
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html>`_.
@@ -0,0 +1,13 @@
1
+ airflow/providers/hashicorp/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/hashicorp/__init__.py,sha256=Z5s0orVDjgRP09t60NWzE4yxpAgVfOudxKxk6xfG4is,1584
3
+ airflow/providers/hashicorp/get_provider_info.py,sha256=IK8ANJUJav9e7u_M5lvbmJHszLOeXpQ1aWNAXqF2lts,2719
4
+ airflow/providers/hashicorp/_internal_client/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
+ airflow/providers/hashicorp/_internal_client/vault_client.py,sha256=h65ESnupsbgfyrDwP4egqvFaORLtQ2I5jIM58xZqO6g,21200
6
+ airflow/providers/hashicorp/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
+ airflow/providers/hashicorp/hooks/vault.py,sha256=ZYs4DmwCHeMXcVbct0AYl4k-Ahyb7KJNgaV7y14AN0k,18795
8
+ airflow/providers/hashicorp/secrets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
9
+ airflow/providers/hashicorp/secrets/vault.py,sha256=Z9b-A2gk4bgFijBlYmNWvUcf1RUTXnH7m82x2sORU_Q,11992
10
+ apache_airflow_providers_hashicorp-3.6.1rc1.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
11
+ apache_airflow_providers_hashicorp-3.6.1rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
+ apache_airflow_providers_hashicorp-3.6.1rc1.dist-info/METADATA,sha256=W3wexq5_pixihn6SDV4rpgN9iIKIckraYM8eiZRROQ4,5815
13
+ apache_airflow_providers_hashicorp-3.6.1rc1.dist-info/RECORD,,
@@ -1,13 +0,0 @@
1
- airflow/providers/hashicorp/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/hashicorp/__init__.py,sha256=xUMQ7Ce-yCEXSaQ362fZ0LjI7SSS06oS9VWFLPrlM2k,1584
3
- airflow/providers/hashicorp/get_provider_info.py,sha256=7WoZ32S2n71yptl54So4SDfjXs28PrB-vkyMAHnLno0,2698
4
- airflow/providers/hashicorp/_internal_client/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
- airflow/providers/hashicorp/_internal_client/vault_client.py,sha256=h65ESnupsbgfyrDwP4egqvFaORLtQ2I5jIM58xZqO6g,21200
6
- airflow/providers/hashicorp/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
- airflow/providers/hashicorp/hooks/vault.py,sha256=z4nbBMp55pGVwrs5lFOI76Jy0G1-irSG7_e1XILEeuI,18793
8
- airflow/providers/hashicorp/secrets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
9
- airflow/providers/hashicorp/secrets/vault.py,sha256=Z9b-A2gk4bgFijBlYmNWvUcf1RUTXnH7m82x2sORU_Q,11992
10
- apache_airflow_providers_hashicorp-3.6.0.dist-info/entry_points.txt,sha256=M338G3KvFSRu5IqEFm5Qheg_myVuQbsN_2EbAwcgqk4,105
11
- apache_airflow_providers_hashicorp-3.6.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
- apache_airflow_providers_hashicorp-3.6.0.dist-info/METADATA,sha256=sViTajvus7ap4nGA0jpabLrxLeROSFeWIrlIaL3VXuM,5803
13
- apache_airflow_providers_hashicorp-3.6.0.dist-info/RECORD,,