Skip to content

1.13.0

Compare
Choose a tag to compare
@tconley1428 tconley1428 released this 20 Jun 19:59
· 30 commits to main since this release
84be986

PyPI

Highlights

  • Upgrading pyo3 to 0.25 in preparation for python 3.14 support
  • Experimental integration with OpenAI Agents SDK

Specific Changes

2025-06-02 - 520aefd - Swallowed cancellation (#879)
2025-06-05 - 316a528 - Handle case where in_workflow is called in a synchronous activity (#884)
2025-06-05 - 785aca6 - Add handling for datetimes to the default Json Converter (#872)
2025-06-05 - ee6f8d7 - Instantiate interceptors later in workflow instance construction so that more variables are available. Notably, allows signal registration to work (#887)
2025-06-09 - 0e480cc - Update README to not recommend async activities (#876)
2025-06-09 - be4e099 - Use pytest-pretty (#886)
2025-06-10 - 39f8e84 - Adding trace identification numbers (#888)
2025-06-12 - 13b27be - Update pyo3 to 0.25 and convert to pyo3-async-runtimes (#897)
2025-06-17 - 35b1a35 - Fix memo payload metadata memory sharing bug (#901)
2025-06-18 - 53d9ace - OpenAI agents support (#898)
2025-06-18 - 7e4857f - Deprecate VersioningIntent (#902)
2025-06-20 - 7be1ce8 - Add openai-agents to build-binaries (#908)