Skip to content

v3.1.0

Choose a tag to compare

@Jon-Becker Jon-Becker released this 09 Nov 00:19
· 33 commits to main since this release
429a495

Transpose Banner

Transpose Python SDK v3.1.0

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==3.1.0

Deprecations

As of this release, response classes are considered deprecated in favor of raw JSON responses. They will be fully removed in v4.0.0.

Full Changelog

  • Add support for json flag on API instantiation, which enables raw JSON responses. This will become the default in v4.0.0.