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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Some examples require extra dependencies. See each sample's directory for specif
79
79
*[patching](patching) - Alter workflows safely with `patch` and `deprecate_patch`.
80
80
*[polling](polling) - Recommended implementation of an activity that needs to periodically poll an external resource waiting its successful completion.
81
81
*[prometheus](prometheus) - Configure Prometheus metrics on clients/workers.
82
-
*[workflow_streams](workflow_streams) - Workflow-hosted durable event stream via `temporalio.contrib.workflow_streams`. **Experimental — requires the [`contrib/pubsub` branch](https://github.com/temporalio/sdk-python/tree/contrib/pubsub) of sdk-python.**
82
+
*[workflow_streams](workflow_streams) - Workflow-hosted durable event stream via `temporalio.contrib.workflow_streams`. **Experimental**
83
83
*[pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
84
84
*[schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
0 commit comments