Skip to content

Commit 18e9356

Browse files
committed
chore: try older version of sdk and testing sdk
1 parent 73dafa5 commit 18e9356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

emulator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.13",
2323
]
2424
dependencies = [
25-
"aws-durable-execution-sdk-python-testing>=1.1.1",
26-
"aws_durable_execution_sdk_python>=1.3.0",
25+
"aws-durable-execution-sdk-python-testing~=1.1.0",
26+
"aws_durable_execution_sdk_python~=1.1.1",
2727
"requests>=2.31.0,<3.0.0",
2828
"boto3>=1.34.0,<2.0.0",
2929
]

0 commit comments

Comments
 (0)