Skip to content

Commit 8ae2126

Browse files
authored
Merge pull request #106 from appwrite/dev
feat: add updated docstrings
2 parents 8c92970 + 6770a33 commit 8ae2126

File tree

13 files changed

+6223
-552
lines changed

13 files changed

+6223
-552
lines changed

appwrite/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def __init__(self):
1414
self._endpoint = 'https://cloud.appwrite.io/v1'
1515
self._global_headers = {
1616
'content-type': '',
17-
'user-agent' : f'AppwritePythonSDK/9.0.2 ({platform.uname().system}; {platform.uname().version}; {platform.uname().machine})',
17+
'user-agent' : f'AppwritePythonSDK/9.0.3 ({platform.uname().system}; {platform.uname().version}; {platform.uname().machine})',
1818
'x-sdk-name': 'Python',
1919
'x-sdk-platform': 'server',
2020
'x-sdk-language': 'python',
21-
'x-sdk-version': '9.0.2',
21+
'x-sdk-version': '9.0.3',
2222
'X-Appwrite-Response-Format' : '1.6.0',
2323
}
2424

0 commit comments

Comments
 (0)