Skip to content

Python SDK 1.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:56
· 16 commits to main since this release
881d45e

reactor-sdk 1.2.0 — platform wheels for the Python SDK.

pip install reactor-sdk==1.2.0

Each wheel bundles libreactor_ffi for its platform and is tagged
py3-none-<platform>: the SDK reaches the native library through ctypes and
links no libpython, so one wheel per platform covers every supported
interpreter (3.10+).

Linux needs glibc 2.34 or newer (x86_64, aarch64), macOS 11+ on arm64 and
13+ on x86_64, and Windows x86_64. There is no sdist, so on anything else
pip resolves to an older release instead of failing — pin
reactor-sdk>=1.0 to turn that into an error. The README has the table.

The same wheels are attached here. To install one directly:

pip install https://github.com/reactor-team/reactor-client-sdks/releases/download/python-v1.2.0/<wheel>

Checksums are in SHA256SUMS.