Skip to content

chore(deps): bump temporalio from 1.24.0 to 1.28.0#47

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/temporalio-1.28.0
Open

chore(deps): bump temporalio from 1.24.0 to 1.28.0#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/temporalio-1.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown

Bumps temporalio from 1.24.0 to 1.28.0.

Release notes

Sourced from temporalio's releases.

1.28.0

Experimental Releases

Strands Agents Plugin

This release adds a new Temporal Plugin for running Strands Agents inside Temporal Workflows. Model invocations, tool calls, and MCP tool calls are routed through Temporal Activities, so your agents get durable execution, retries, and timeouts for free.

Workflow Streams support for LangGraph

The LangGraph plugin can now durably stream node output to external consumers. Values written with langgraph.config.get_stream_writer() are published to a Workflow Streams topic.

Standalone Nexus Operations

Standalone Nexus Operations is experimental and currently only supported on pre-release versions of the dev server.

Added support for Standalone Nexus Operations, allowing clients to start and manage Nexus operations directly outside of a Workflow. Documentation, Samples, and instructions to request enablement in Temporal Cloud will be linked here when available.

⚠️ Possible Local Activity Behavioral Difference

This release includes a bugfix in the Core library that changes incorrect behavior that may have unintentionally worked previously. Specifically, local activities that start running, and continue running while their associated workflow was evicted from the cache, could possibly be "re-attached" to the workflow if it was recreated before they finished. This behavior was unsound. Now, any running local activities are invalidated when a workflow is evicted. This change was really only likely to be encountered if you were running with the workflow cache disabled, which we never recommend doing.

What's Changed

... (truncated)

Commits
  • bda846f Bump version to 1.28.0 (#1577)
  • 3c0b122 Add nexus-operation-token header to nexus callback headers for TemporalOperat...
  • 05aef6b Add trusted publishing release workflow (#1575)
  • d211027 Bump litellm to 1.86.2 and openai-agents to 0.17.4 (#1478)
  • b133ed9 Add workflow cancellation reason (#1574)
  • c8a052c contrib/strands: add cache_tools toggle to TemporalMCPClient (#1571)
  • 9a95fef Add debugpy bundle import passthrough when debug mode is enabled. debugpy is ...
  • cb9c06f Swap from TemporalNexus prefix to Temporal (#1569)
  • 40481e6 Update Core (#1564)
  • 9000725 Add Strands Agents plugin (contrib) (#1539)
  • 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 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.24.0 to 1.28.0.
- [Release notes](https://github.com/temporalio/sdk-python/releases)
- [Commits](temporalio/sdk-python@1.24.0...1.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant