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

Appearance settings

Releases: leancloud/python-sdk

v3.0.2

Choose a tag to compare

@juvenn juvenn released this 04 Jul 03:42
9ed38c8

What's Changed

  • chore: Pin requests/urllib version on Python 3.7+ by @juvenn in #559

Full Changelog: v3.0.1...v3.0.2

v3.0.1

Choose a tag to compare

@antigloss antigloss released this 28 Jun 05:26
6fd43b5

What's Changed

Full Changelog: v3.0.0...v3.0.1

Release 3.0.0

Choose a tag to compare

@juvenn juvenn released this 08 Apr 06:38
84cac98
  • Require phone_number when verify sms
  • Drop support for python 2.7 and 3.5

2.9.12

Choose a tag to compare

@cshuaimin cshuaimin released this 24 Nov 06:32
6a359b3
  • upgrade gevent version to 22 to support python3.11

2.9.11

Choose a tag to compare

released this 23 Jun 08:57
dcc0445
  • Fixed a typo in the API path used by leancloud.User#verify_mobile_phone_number.
  • Pinned MarkupSafe to 2.0.1 or earlier.

Update Domains

Choose a tag to compare

released this 28 Jan 09:00
b19c3c7
  • Updated API domains for apps in the China North region.

Time Files

Choose a tag to compare

@weakish weakish released this 14 Dec 08:29
1a7ad7f
  • LCFile exposes the key attribute for non-external files.
  • Fix the bug that created_at and updated_at were missing on LCFile.
  • Fix the bug that updated_at was missing on new created LCObject.

LCFile Decode Bug Fix

Choose a tag to compare

@weakish weakish released this 10 Dec 11:30
a05b6e4

This release fixes a bug that url was missing in included LCFile attribute.

Bug Fixes

Choose a tag to compare

@weakish weakish released this 11 Oct 12:26
0f1bf69
  • Fix onAuthData hook.
  • Hide url attributes of LCFile when failed to upload a file.

onAuthData

Choose a tag to compare

@weakish weakish released this 15 Sep 10:04
9b46377

Python SDK now supports onAuthData hook.

Example:

    @engine.on_auth_data
    def on_auth_data(auth_data):
        if auth_data["foo"]["openid"] == "openid":
            auth_data["foo"]["uid"] = "openid"
        return auth_data
Morty Proxy This is a proxified and sanitized view of the page, visit original site.