Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps temporalio from 1.5.0 to 1.18.1.

Release notes

Sourced from temporalio's releases.

1.18.1

PyPI

Bug fixes

  • Search attributes on child workflows would fail when using a payload codec
  • Looping agent handoffs would try to use the original model outside an activity

Specific Changes

2025-09-24 - 2f04a166 - Fix flaky test: test_workflow_return_is_honored_when_it_precedes_signal_completion_command (#1115) 2025-09-24 - 6dd59dd3 - Fix flaky test: test_workflow_patch_memoized (#1114) 2025-09-25 - fd51efa0 - Fix model replacement on looping handoffs (#1122) 2025-09-29 - 02322adc - pytest and pydoctor QOL improvements (#1124) 2025-09-29 - 1afaa445 - Fix flaky test: test_workflow_cancel_activity (#1119) 2025-09-29 - 47781f75 - Fix Flaky Test: test_custom_slot_supplier (#1126) 2025-09-29 - 4e9cbab0 - Fix search attribute skipping on protos which don't use the SearchAttributes message type (#1131) 2025-09-29 - e92514ab - Extend timeout on test_session execution (#1128) 2025-09-29 - ed1f6cad - Expose strict_json_schema in activity_as_tool (#1094)

Full Changelog: temporalio/sdk-python@1.18.0...1.18.1

1.18.0

PyPI

OpenAI Agents Changes

  • Support and new lower bound of version 0.3.0 for openai-agents
  • Workflow failure exceptions will now correctly fail the workflow from inside the Runner
  • Expanded MCP support

Breaking Changes

  • The encode_failure method on PayloadConverter is no longer called in all cases it once was, using encode_payload instead. This only affects custom PayloadConverter implementations which overload encode_failure to work differently from encode_payload
  • The advanced WorkerTuner.create_composite has a new required field: nexus_supplier
  • Only enable native roots if CA override not specified - see temporalio/sdk-core#1007 in sdk-core

Specific Changes

2025-09-02 - 3f7bd33b - Fix build binaries (#1074) 2025-09-03 - 42135f09 - Delete unused helper (#710) 2025-09-03 - 70e5bea2 - Fix nexus cancellation wait completed test (#1073) 2025-09-03 - a004faa9 - Python support for activity reset (#1065) 2025-09-03 - a3c5370f - Bump tracing-subscriber from 0.3.19 to 0.3.20 in /temporalio/bridge (#1068) 2025-09-03 - a46a7423 - Fix code sample alignment & trim trailing whitespace (#1038) 2025-09-03 - bef76a6d - Even more convenient proto generation (#1039) 2025-09-03 - c643e8af - Tweak .result() doc (#706) 2025-09-03 - c8b0b786 - Reraise workflow failure errors from OpenAI's UserError (#1060) 2025-09-04 - 44412ae5 - Expose Last Completion Result and Previous Run Failure (#1067) 2025-09-04 - 5e9b2ba5 - Minor edits and code cleanup (#609) 2025-09-04 - 7be26da3 - Add a test for output type coercion (#1076) 2025-09-04 - c3426ceb - Fix return type of workflow.wait (#650) 2025-09-04 - e92f391d - Add Summary to LocalActivityConfig and apis (#1061)

... (truncated)

Commits
  • 4a70f3d Update version to 1.18.1 (#1135)
  • 4e9cbab Fix search attribute skipping on protos which don't use the SearchAttributes ...
  • 02322ad pytest and pydoctor QOL improvements (#1124)
  • e92514a Extend timeout on test_session execution (#1128)
  • 47781f7 Fix Flaky Test: test_custom_slot_supplier (#1126)
  • 1afaa44 Fix flaky test: test_workflow_cancel_activity (#1119)
  • ed1f6ca Expose strict_json_schema in activity_as_tool (#1094)
  • fd51efa Fix model replacement on looping handoffs (#1122)
  • 2f04a16 Fix flaky test: test_workflow_return_is_honored_when_it_precedes_signal_compl...
  • 6dd59dd Fix flaky test: test_workflow_patch_memoized (#1114)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [temporalio](https://github.com/temporalio/sdk-python) from 1.5.0 to 1.18.1.
- [Release notes](https://github.com/temporalio/sdk-python/releases)
- [Commits](temporalio/sdk-python@1.5.0...1.18.1)

---
updated-dependencies:
- dependency-name: temporalio
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api api dependencies dependencies python python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants