You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lib): tighten TemporalACPConfig + concise comments + import order
- Add `model_validator(mode="after")` on `TemporalACPConfig` that rejects
setting both `payload_codec` and `data_converter`, mirroring the
`get_temporal_client` ambiguity guard at config-construction time
(consistent with the existing `plugins` / `interceptors` validators).
- Collapse multi-line comments in `worker.py` and `clients/temporal/utils.py`
to single-line context — the PR description carries the long-form rationale.
- Ruff import-order autofixes on touched files (resolves CI lint).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments