Skip to content

Commit 784e5d9

Browse files
committedMar 25, 2025·
feat: add updated docstrings
1 parent 7b23b5f commit 784e5d9

13 files changed

+5960
-552
lines changed
 

Diff for: ‎appwrite/client.py

+2-2
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)
Please sign in to comment.