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

Commite28bc15

Browse files
committed
fix: update python version
1 parent8bfb04d commite28bc15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎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' :f'AppwritePythonSDK/9.0.0 ({os.uname().sysname};{os.uname().version};{os.uname().machine})',
16+
'user-agent' :f'AppwritePythonSDK/9.0.1 ({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':'9.0.0',
20+
'x-sdk-version':'9.0.1',
2121
'X-Appwrite-Response-Format' :'1.6.0',
2222
}
2323

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'appwrite/encoders',
1414
'appwrite/enums',
1515
],
16-
version='9.0.0',
16+
version='9.0.1',
1717
license='BSD-3-Clause',
1818
description='Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API',
1919
long_description=long_description,
@@ -23,7 +23,7 @@
2323
maintainer='Appwrite Team',
2424
maintainer_email='team@appwrite.io',
2525
url='https://appwrite.io/support',
26-
download_url='https://github.com/appwrite/sdk-for-python/archive/9.0.0.tar.gz',
26+
download_url='https://github.com/appwrite/sdk-for-python/archive/9.0.1.tar.gz',
2727
install_requires=[
2828
'requests',
2929
],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp