From 43483e883231dc4428cd2ae9c8a513a8586b7b7a Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:17:24 -0800 Subject: [PATCH 1/4] Update pyproject.toml to update PyPi description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 290834b..7e966c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aws-durable-execution-sdk-python" dynamic = ["version"] -description = 'This the Python SDK for AWS Lambda Durable Functions.' +description = 'This is the Python SDK for AWS Lambda Durable Functions.' readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" From 14f6963c17e6663a78f17bb0217d60449055fe78 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:20:37 -0800 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e966c1..468535d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aws-durable-execution-sdk-python" dynamic = ["version"] -description = 'This is the Python SDK for AWS Lambda Durable Functions.' +description = 'This is the Python SDK for AWS Lambda Durable Functions. ' readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" From 8d437ba0cc82df43241e9f8b16cf2f7b3c718437 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:20:45 -0800 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 468535d..7e966c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aws-durable-execution-sdk-python" dynamic = ["version"] -description = 'This is the Python SDK for AWS Lambda Durable Functions. ' +description = 'This is the Python SDK for AWS Lambda Durable Functions.' readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" From f62e8a31fb85e80431bac45c3134bc1bc17c0ab0 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:23:56 -0800 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e966c1..f1ac5d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "aws-durable-execution-sdk-python" dynamic = ["version"] -description = 'This is the Python SDK for AWS Lambda Durable Functions.' +description = 'AWS Durable Execution SDK for Python' readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0"