From bec8a8a8485c481524b9f9975c78a0dd895a57df Mon Sep 17 00:00:00 2001 From: Casper Nielsen Date: Tue, 2 Dec 2025 21:13:38 +0100 Subject: [PATCH 1/2] chore: remove repo root py.typed. Only necessary in the pkg root Signed-off-by: Casper Nielsen --- py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 py.typed diff --git a/py.typed b/py.typed deleted file mode 100644 index e69de29b..00000000 From d692cec7ccaa119d1ddfc389e85e9f9584cb4fb3 Mon Sep 17 00:00:00 2001 From: Casper Nielsen Date: Tue, 2 Dec 2025 21:14:03 +0100 Subject: [PATCH 2/2] chore: add py.typed & ref in setup.cfg Signed-off-by: Casper Nielsen --- ext/dapr-ext-fastapi/dapr/ext/fastapi/py.typed | 0 ext/dapr-ext-fastapi/setup.cfg | 4 ++++ ext/dapr-ext-grpc/dapr/ext/grpc/py.typed | 0 ext/dapr-ext-grpc/setup.cfg | 4 ++++ ext/dapr-ext-langgraph/dapr/ext/langgraph/py.typed | 0 ext/dapr-ext-langgraph/setup.cfg | 4 ++++ ext/dapr-ext-workflow/dapr/ext/workflow/py.typed | 0 ext/dapr-ext-workflow/setup.cfg | 4 ++++ 8 files changed, 16 insertions(+) create mode 100644 ext/dapr-ext-fastapi/dapr/ext/fastapi/py.typed create mode 100644 ext/dapr-ext-grpc/dapr/ext/grpc/py.typed create mode 100644 ext/dapr-ext-langgraph/dapr/ext/langgraph/py.typed create mode 100644 ext/dapr-ext-workflow/dapr/ext/workflow/py.typed diff --git a/ext/dapr-ext-fastapi/dapr/ext/fastapi/py.typed b/ext/dapr-ext-fastapi/dapr/ext/fastapi/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/ext/dapr-ext-fastapi/setup.cfg b/ext/dapr-ext-fastapi/setup.cfg index f0de1d35..8b37613f 100644 --- a/ext/dapr-ext-fastapi/setup.cfg +++ b/ext/dapr-ext-fastapi/setup.cfg @@ -34,3 +34,7 @@ include = exclude = tests + +[options.package_data] +dapr.ext.fastapi = + py.typed diff --git a/ext/dapr-ext-grpc/dapr/ext/grpc/py.typed b/ext/dapr-ext-grpc/dapr/ext/grpc/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/ext/dapr-ext-grpc/setup.cfg b/ext/dapr-ext-grpc/setup.cfg index e2eaaf88..7d4d2e89 100644 --- a/ext/dapr-ext-grpc/setup.cfg +++ b/ext/dapr-ext-grpc/setup.cfg @@ -33,3 +33,7 @@ include = exclude = tests + +[options.package_data] +dapr.ext.grpc = + py.typed \ No newline at end of file diff --git a/ext/dapr-ext-langgraph/dapr/ext/langgraph/py.typed b/ext/dapr-ext-langgraph/dapr/ext/langgraph/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/ext/dapr-ext-langgraph/setup.cfg b/ext/dapr-ext-langgraph/setup.cfg index bb32e782..a2a851a6 100644 --- a/ext/dapr-ext-langgraph/setup.cfg +++ b/ext/dapr-ext-langgraph/setup.cfg @@ -34,3 +34,7 @@ include = exclude = tests + +[options.package_data] +dapr.ext.langgraph = + py.typed \ No newline at end of file diff --git a/ext/dapr-ext-workflow/dapr/ext/workflow/py.typed b/ext/dapr-ext-workflow/dapr/ext/workflow/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/ext/dapr-ext-workflow/setup.cfg b/ext/dapr-ext-workflow/setup.cfg index 6efe6668..c934763d 100644 --- a/ext/dapr-ext-workflow/setup.cfg +++ b/ext/dapr-ext-workflow/setup.cfg @@ -33,3 +33,7 @@ include = exclude = tests + +[options.package_data] +dapr.ext.workflow = + py.typed