Skip to content

Commit a0a928d

Browse files
author
user9
committed
address MIchaelMainer request
1 parent e6087e4 commit a0a928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgraphcore/graph_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self,
1919
credential: TokenCredential,
2020
scopes: [str] = ['.default'],
2121
middleware: list = [],
22-
api_version: str = '1.0'
22+
api_version: str = 'v1.0'
2323
):
2424
super().__init__()
2525
self._append_sdk_version()

0 commit comments

Comments
 (0)