Skip to content

Commit 5e63344

Browse files
committed
Fix version
1 parent 91d4b3b commit 5e63344

File tree

266 files changed

+268
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+268
-5
lines changed

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Appwrite (https://appwrite.io) and individual contributors.
1+
Copyright (c) 2025 Appwrite (https://appwrite.io) and individual contributors.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

β€Žappwrite/client.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def __init__(self):
1313
self._endpoint = 'https://cloud.appwrite.io/v1'
1414
self._global_headers = {
1515
'content-type': '',
16-
'user-agent' : 'AppwritePythonSDK/6.2.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
16+
'user-agent' : 'AppwritePythonSDK/7.1.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
1717
'x-sdk-name': 'Python',
1818
'x-sdk-platform': 'server',
1919
'x-sdk-language': 'python',
20-
'x-sdk-version': '6.2.0',
20+
'x-sdk-version': '7.1.0',
2121
'X-Appwrite-Response-Format' : '1.6.0',
2222
}
2323

β€Ždocs/examples/account/create-anonymous-session.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-email-password-session.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-email-token.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-j-w-t.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-magic-u-r-l-token.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-mfa-authenticator.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-mfa-challenge.mdβ€Ž

Lines changed: 1 addition & 0 deletions

β€Ždocs/examples/account/create-mfa-recovery-codes.mdβ€Ž

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
Β (0)