Skip to content

Commit 65044a3

Browse files
authored
Update sdk-core to incorporate 1.60.0 api release (#1271)
1 parent 993de6d commit 65044a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5027
-980
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
from .message_pb2 import ActivityOptions
1+
from .message_pb2 import (
2+
ActivityExecutionInfo,
3+
ActivityExecutionListInfo,
4+
ActivityExecutionOutcome,
5+
ActivityOptions,
6+
)
27

38
__all__ = [
9+
"ActivityExecutionInfo",
10+
"ActivityExecutionListInfo",
11+
"ActivityExecutionOutcome",
412
"ActivityOptions",
513
]

temporalio/api/activity/v1/message_pb2.py

Lines changed: 63 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)