Skip to content

Ironflow v0.33.1

The Python SDK is now installable from PyPI as ironflow-py.

v0.33.0 was tagged but never completed: the release pipeline failed to stamp the Python package version, so no wheel reached PyPI. v0.33.1 carries the same changes plus the pipeline fix. Use v0.33.1.

  • Publish the Python SDK to PyPI as ironflow-py, via a public mirror repo and Trusted Publishing. The old pip install ironflow instruction pointed at an unrelated package; use pip install ironflow-py. Python ships on stable releases only — prereleases are skipped, because SemVer -mirror.N suffixes have no PEP 440 equivalent. (#1913)
  • The release workflow now commits the Python SDK version bump. It was written to sdk/python/pyproject.toml but never staged, so the tag carried the previous version and the PyPI publish refused it. (#1855)
  • New explainer on replay-vs-cursor resume semantics. (#1911)