Skip to content

Releases: mercadopago/sdk-python

2.2.3

27 Jun 18:06
4dc978c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.3

2.2.2

25 Jun 20:20
82f8396
Compare
Choose a tag to compare

What's Changed

URI formation in update method by adding missing '/' #71

New Contributors

@Aguiiiar made their first contribution

Full Changelog: 2.2.1...2.2.2

2.2.1

22 Aug 20:25
73061bb
Compare
Choose a tag to compare

What's Changed

Add preferences search method by @ivanviragine at #66

New Contributors

@ivanviragine made their first contribution

Full Changelog: 2.2.0...2.2.1

2.2.0

27 Sep 13:31
aa03711
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

05 Apr 13:39
c65b2cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.10...2.1.0

2.0.10

11 Jan 19:25
55fca29
Compare
Choose a tag to compare
  • Fix SDK customer and card tests
  • Update library pdoc
  • Improve linter setup
  • Add run workflow for Python 3.7, 3.8, 3.9 and 3.10

2.0.8

23 Sep 19:48
Compare
Choose a tag to compare

Refactor of http client.

2.0.7

31 May 18:44
642376f
Compare
Choose a tag to compare
  • Fix SDK installation error:
    • Add requests as a required dependency
  • Fix python_requires to only support python 3+
  • Fix card tests

1.2.1

01 Apr 18:52
Compare
Choose a tag to compare
  • Prevent sending Authorization Header when calling POST to /oauth/token

2.0.6

25 Mar 20:44
Compare
Choose a tag to compare

A brand new version of the SDK that has the following features:

  • Support to Python 3+
  • Per request configuration
  • Support to more APIs (customer, merchant_order, refund, advanced_payment, etc.)
  • Pylint
  • Unit tests