Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e63344

Browse files
committed
Fix version
1 parent91d4b3b commit5e63344

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)

[8]ページ先頭

©2009-2025 Movatter.jp