Skip to content

chore(deps): bump temporalio from 1.21.1 to 1.24.0#68

Merged
kawofong merged 1 commit intomainfrom
dependabot/uv/temporalio-1.24.0
Mar 25, 2026
Merged

chore(deps): bump temporalio from 1.21.1 to 1.24.0#68
kawofong merged 1 commit intomainfrom
dependabot/uv/temporalio-1.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps temporalio from 1.21.1 to 1.24.0.

Release notes

Sourced from temporalio's releases.

1.24.0

General Availability

  • Nexus is now generally available and no longer experimental
  • OpenAI Agents SDK Integration is now generally available and no longer experimental

Pre-release

Breaking Changes

💥 Add OpenTelemetry integration for OpenAI AgentsOpenAI/otel in temporalio/sdk-python#1286

Span/trace id generation changes in this PR, which means that AgentsSDK workflows which run on both the old version and the new version of the code may have broken span parentage.

💥 Use Temporal Failures for Nexus Error Serialization in temporalio/sdk-python#1336

  • Nexus HandlerErrors are now serialized as Temporal Failures.
  • Nexus OperationErrors are now converted to CancelledError or ApplicationError as indicated by the OperationErrorState.
  • Nexus input deserialization failures now have different default retry behavior depending on what step the failure occurred on.
    • If the PayloadCodec fails to decode the payload, the error is wrapped in a retryable HandlerError with type INTERNAL.
    • If the PayloadConverter fails to convert the payload into the correct input type, the error is wrapped in a non-retryable HandlerError with type BAD_REQUEST.

What's Changed

Core SDK Updates

... (truncated)

Commits
  • 8f003b4 Remove experimental notices from openai agents except otel integration (#1382)
  • 164096b Misc ci fixes (#1380)
  • f7da465 Remove experimental notices for Nexus (#1381)
  • 4578c0c Fix wheel tests (#1379)
  • 5ed4a47 Update python version to 1.24.0 (#1377)
  • a43600e ADK: Allow overriding summary for Agents without overriding the start to clos...
  • bb44cb8 Experimental: External Payload Storage (#1341)
  • 47b68a0 Remove HTTP port now that it's unused by nexus tests (#1368)
  • 610a0bb Validate deployment config and test worker with versioning off and custom bui...
  • 1978919 Split converter.py into submodules (#1365)
  • 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.21.1 to 1.24.0.
- [Release notes](https://github.com/temporalio/sdk-python/releases)
- [Commits](temporalio/sdk-python@1.21.1...1.24.0)

---
updated-dependencies:
- dependency-name: temporalio
  dependency-version: 1.24.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 Mar 24, 2026
@kawofong kawofong merged commit 53422f1 into main Mar 25, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/uv/temporalio-1.24.0 branch March 25, 2026 15:05
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