1 file changed
+1
-1
lines changed- README.md+2
- dapr/aio/clients/grpc/client.py+60
- dapr/clients/grpc/_request.py+10
- dapr/clients/grpc/_response.py+17
- dapr/clients/grpc/client.py+60
- dapr/clients/grpc/subscription.py+1-1
- dapr/proto/common/v1/common_pb2.pyi+38-30
- dapr/proto/runtime/v1/appcallback_pb2.pyi+87-69
- dapr/proto/runtime/v1/dapr_pb2.py+1-1
- dapr/proto/runtime/v1/dapr_pb2.pyi+397-337
- dapr/version/version.py+1-1
- daprdocs/content/en/python-sdk-docs/python-actor.md+1-1
- daprdocs/content/en/python-sdk-docs/python-client.md+82-84
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/_index.md+69-6
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md+110-126
- dev-requirements.txt+1-1
- examples/conversation/README.md+34
- examples/conversation/config/conversation-echo.yaml+7
- examples/conversation/conversation.py+33
- examples/demo_actor/demo_actor/requirements.txt+1-1
- examples/demo_workflow/app.py+2
- examples/demo_workflow/demo_workflow/requirements.txt+1-1
- examples/error_handling/README.md+1-1
- examples/invoke-simple/requirements.txt+2-2
- examples/pubsub-simple/README.md+10-1
- examples/pubsub-simple/publisher.py+48
- examples/pubsub-simple/subscriber.py+36
- examples/w3c-tracing/requirements.txt+2-2
- examples/workflow/README.md+66
- examples/workflow/monitor.py+1
- examples/workflow/requirements.txt+2-2
- examples/workflow/simple.py+170
- ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py+1-1
- ext/dapr-ext-fastapi/setup.cfg+1-1
- ext/dapr-ext-grpc/dapr/ext/grpc/version.py+1-1
- ext/dapr-ext-grpc/setup.cfg+1-1
- ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py+20-10
- ext/dapr-ext-workflow/dapr/ext/workflow/version.py+1-1
- ext/dapr-ext-workflow/setup.cfg+2-2
- ext/dapr-ext-workflow/tests/test_workflow_client.py+37-1
- ext/flask_dapr/flask_dapr/version.py+1-1
- ext/flask_dapr/setup.cfg+1-1
- tests/clients/fake_dapr_server.py+12
- tests/clients/test_dapr_grpc_client.py+53-1
- tests/clients/test_dapr_grpc_client_async.py+52-1
- tox.ini+1
0 commit comments