Skip to content

Commit 57ab037

Browse files
authored
[hvac] Update to 2.4.* (#14953)
1 parent 4f065ce commit 57ab037

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/hvac/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "2.3.*"
1+
version = "2.4.*"
22
upstream_repository = "https://github.com/hvac/hvac"
33
requires = ["types-requests"]

stubs/hvac/hvac/api/auth_methods/kubernetes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Kubernetes(VaultApiBase):
2626
token_type: str = "",
2727
mount_point="kubernetes",
2828
alias_name_source=None,
29+
audience: str | None = None,
2930
): ...
3031
def read_role(self, name, mount_point="kubernetes"): ...
3132
def list_roles(self, mount_point="kubernetes"): ...

0 commit comments

Comments
 (0)