Skip to content

Commit 6329526

Browse files
authored
fix(version): fixed missing default version (#92)
Signed-off-by: Ujjwal Kumar <[email protected]>
1 parent 09a05c1 commit 6329526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_vpc/vpc_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_service_url_for_region(
107107

108108
def __init__(
109109
self,
110-
version: str,
110+
version: Optional[str] = "2025-03-04",
111111
authenticator: Authenticator = None,
112112
generation: Optional[int] = 2,
113113
) -> None:

0 commit comments

Comments
 (0)