apache-airflow-providers-hashicorp 3.6.0__tar.gz → 3.6.1rc1__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 (12) hide show
  1. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/PKG-INFO +7 -7
  2. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/README.rst +3 -3
  3. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/__init__.py +1 -1
  4. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/get_provider_info.py +2 -1
  5. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/hooks/vault.py +2 -2
  6. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/pyproject.toml +4 -4
  7. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/LICENSE +0 -0
  8. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/_internal_client/__init__.py +0 -0
  9. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/_internal_client/vault_client.py +0 -0
  10. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/hooks/__init__.py +0 -0
  11. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/secrets/__init__.py +0 -0
  12. {apache_airflow_providers_hashicorp-3.6.0 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/secrets/vault.py +0 -0
@@ -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>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-hashicorp``
44
44
 
45
- Release: ``3.6.0``
45
+ Release: ``3.6.1.rc1``
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.6.0/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.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.6.0/changelog.html>`_.
99
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html>`_.
@@ -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"],
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-hashicorp"
31
- version = "3.6.0"
31
+ version = "3.6.1.rc1"
32
32
  description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -55,13 +55,13 @@ classifiers = [
55
55
  ]
56
56
  requires-python = "~=3.8"
57
57
  dependencies = [
58
- "apache-airflow>=2.6.0",
58
+ "apache-airflow>=2.6.0.dev0",
59
59
  "hvac>=0.10",
60
60
  ]
61
61
 
62
62
  [project.urls]
63
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0"
64
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.0/changelog.html"
63
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1"
64
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html"
65
65
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
66
66
  "Source Code" = "https://github.com/apache/airflow"
67
67
  "Slack Chat" = "https://s.apache.org/airflow-slack"