We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd0d0e commit 17f0445Copy full SHA for 17f0445
temporalio/service.py
@@ -22,7 +22,7 @@
22
import temporalio.exceptions
23
import temporalio.runtime
24
25
-__version__ = "1.18.1"
+__version__ = "1.19.0"
26
27
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
28
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments