Skip to content

Refactor client module into package#1530

Open
tconley1428 wants to merge 3 commits into
mainfrom
refactor-client-module
Open

Refactor client module into package#1530
tconley1428 wants to merge 3 commits into
mainfrom
refactor-client-module

Conversation

@tconley1428
Copy link
Copy Markdown
Contributor

Summary

  • Replace monolithic temporalio/client.py with a temporalio/client package
  • Split client functionality by area: client facade, workflows, activities, schedules, interceptors, implementation, helpers, worker versioning, cloud, plugin, exceptions, and callback alias
  • Preserve temporalio.client import compatibility, including the private _history_from_json helper used by tests

Validation

  • poe lint
  • uv run pytest tests/test_client.py tests/test_client_type_errors.py tests/test_activity.py tests/test_serialization_context.py tests/test_plugins.py tests/test_cloud.py -q

@tconley1428 tconley1428 requested review from a team as code owners May 14, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant