From b294b3cf1762461241aaaff22f75658b45d6feb4 Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:36:34 -0800 Subject: [PATCH 1/2] Update aws_durable_execution_sdk_python to 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3652d0..f59f492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "boto3>=1.42.1", "requests>=2.25.0", - "aws_durable_execution_sdk_python>=1.0.0", + "aws_durable_execution_sdk_python>=1.1.2", ] [project.urls] From 160d99dda71a7cf0750927a2b14331fcd8d08e0f Mon Sep 17 00:00:00 2001 From: Silan He <16982279+SilanHe@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:39:36 -0800 Subject: [PATCH 2/2] v1.1.1 -> v1.1.2 --- src/aws_durable_execution_sdk_python_testing/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aws_durable_execution_sdk_python_testing/__about__.py b/src/aws_durable_execution_sdk_python_testing/__about__.py index 00a0090..f377bfb 100644 --- a/src/aws_durable_execution_sdk_python_testing/__about__.py +++ b/src/aws_durable_execution_sdk_python_testing/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.1.1" +__version__ = "1.1.2"