Python SDK 1.3.0
·
4 commits
to main
since this release
reactor-sdk 1.3.0 — platform wheels for the Python SDK.
pip install reactor-sdk==1.3.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.
See sdks/python/CHANGELOG.md for what changed.
The same wheels are attached here. To install one directly:
pip install https://github.com/reactor-team/reactor-client-sdks/releases/download/python-v1.3.0/<wheel>
Checksums are in SHA256SUMS.