Skip to content

chore(deps): bump temporalio from 1.21.1 to 1.23.0#59

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/temporalio-1.23.0
Open

chore(deps): bump temporalio from 1.21.1 to 1.23.0#59
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/temporalio-1.23.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps temporalio from 1.21.1 to 1.23.0.

Release notes

Sourced from temporalio's releases.

1.23.0

💥 Breaking Changes

💥 Standalone activity support by @​cretz in temporalio/sdk-python#1307

  • activity.Info modified to make workflow_id, workflow_namespace, workflow_run_id, and workflow_type optional
    • 💥 SLIGHT BREAKING CHANGE for those manually expecting non-None fields or manually creating the info for tests
  • converter.BaseWorkflowSerializationContext intermediate base class removed
    • 💥 SLIGHT BREAKING CHANGE for those that may have counted on this newly created class, though most should use specific types
  • Updated converter.ActivitySerializationContext to make workflow_id and workflow_type optional, updated activity_type and activity_task_queue to be optional and deprecated, and added optional activity_id
    • 💥 SLIGHT BREAKING CHANGE for those that may have expected these to always be present during serialization, though they'll continue to be present unless you use standalone activities

💥 Payload limit configuration and validation by @​jmaeagle99 in temporalio/sdk-python#1288

Update worker to get memo and payload error limits from Temporal server and enforce those limits by default. The SDK will now eagerly fail a task that has too large payloads instead of uploading them to the server and having the server fail the workflow. If the server doesn't report error limits, error limits are not enforced in the worker.

Other Changes

Full Changelog: temporalio/sdk-python@1.22.0...1.23.0

Notable Core Fix

2026-02-17 - 20a68176 - Poller autoscaler: further refinement of backoff on grpc errors #1111

  • Prevents potential retry storm on GPRC_RESOURCE_EXHAUSTED when using poller autoscaling.

Core SDK Updates

2026-01-29 - f837d73e - Add CAN versioning and suggested reasons to core protos #1104 2026-02-03 - 5045af35 - Plumb initial versioning behavior #1107 2026-02-03 - cd92f915 - Fix TemporalPatchVersion search attribute type to use KeywordList format #1106 2026-02-04 - 231e21ca - Fix incorrect metric kind repported in Buffered Metrics #1108 2026-02-12 - 7ecb7c05 - Poller autoscaler: add backoff on ResourceExhausted errors #1110 2026-02-13 - fb14d9c3 - Fix recording workflow termination metrics before receiving server response #1112 2026-02-17 - 12c656f7 - Remove extra license file from macros. Causing build failures in Python features tests #1116 2026-02-17 - 20a68176 - Poller autoscaler: further refinement of backoff on grpc errors #1111

1.22.0

Highlights

  • Deployment-based Worker Versioning APIs are in General Availability.
  • Environment Configuration is in General Availability.

What's Changed

... (truncated)

Commits
  • 645ad32 Update version to 1.23.0 (#1333)
  • e2813cb Make search attribute type more lenient when parsing (#1332)
  • 5779a29 💥 Unify SimplePlugin interceptors into single parameter (#1328)
  • 0f84f8c Update sdk-core to pull in removal of macro/license for CI failure (#1331)
  • b69ac92 Add OpenTelemetry v2 integration with enhanced features and comprehensive tes...
  • 5baf94e Add workflow context to signal deserialization error log (#1325)
  • 4e71c2e 💥 Payload limit configuration and validation (#1288)
  • bd63236 💥 Standalone activity support (#1307)
  • 3b0b1f9 Add random seed access and callback methods to temporalio.workflow (#1320)
  • a9769d7 Bump bytes from 1.10.1 to 1.11.1 in /temporalio/bridge (#1317)
  • 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.23.0.
- [Release notes](https://github.com/temporalio/sdk-python/releases)
- [Commits](temporalio/sdk-python@1.21.1...1.23.0)

---
updated-dependencies:
- dependency-name: temporalio
  dependency-version: 1.23.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 Feb 19, 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