Commit 6e18c16
committed
update python and java submodules
Signed-off-by: Marc Duiker <[email protected]>1 parent 744a381 commit 6e18c16
2 files changed
+2
-2
lines changedSubmodule java updated 1609 files
- .github/workflows/fossa.yaml+2-2
- dapr/actor/runtime/_reminder_data.py+2-2
- dapr/actor/runtime/actor.py+1-1
- dapr/actor/runtime/mock_actor.py+1-1
- dapr/actor/runtime/state_manager.py+1-1
- dapr/clients/exceptions.py+84-1
- dapr/clients/grpc/_request.py+9-2
- dapr/clients/grpc/client.py+1
- dapr/clients/http/client.py+6-20
- daprdocs/content/en/python-sdk-contributing/python-contributing.md+2-2
- daprdocs/content/en/python-sdk-docs/_index.md+16-16
- daprdocs/content/en/python-sdk-docs/python-actor.md+7-5
- daprdocs/content/en/python-sdk-docs/python-client.md+14-14
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-fastapi.md+8-8
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-flask.md+7-7
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-grpc.md+6-6
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/_index.md+9-9
- daprdocs/content/en/python-sdk-docs/python-sdk-extensions/python-workflow-ext/python-workflow.md+5-5
- examples/invoke-http/README.md+3
- examples/invoke-http/invoke-caller.py+7-3
- examples/state_store/README.md+7-1
- examples/state_store/components/pubsub.yaml+12
- examples/state_store/components/statestore.yaml+18
- examples/state_store/state_store.py+18
- examples/workflow/task_chaining.py+1-1
- ext/dapr-ext-workflow/tests/test_workflow_client.py-1
- py.typed
- setup.py+1
- tests/clients/test_http_service_invocation_client.py+3-3
- tests/clients/test_secure_http_service_invocation_client.py+66
- tools/requirements.txt+1
0 commit comments