Skip to content

Commit fffce6c

Browse files
committed
Make CompositePayloadConverter inherit from WithSerializationContext
1 parent e22c625 commit fffce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def from_payload(
312312
raise NotImplementedError
313313

314314

315-
class CompositePayloadConverter(PayloadConverter):
315+
class CompositePayloadConverter(PayloadConverter, WithSerializationContext):
316316
"""Composite payload converter that delegates to a list of encoding payload converters.
317317
318318
Encoding/decoding are attempted on each payload converter successively until

0 commit comments

Comments
 (0)