Skip to content

Commit 0be8526

Browse files
committed
chore: use versions released to pip
1 parent df1184d commit 0be8526

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

emulator/DockerFile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN pip install --no-cache-dir hatch
88
COPY . .
99

1010
# allow ssh to github
11-
RUN apk add -update ca-certificates && update-ca-certificates
1211
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
1312
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
1413

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 @ git+ssh://git@github.com/aws/aws-durable-execution-sdk-python-testing.git",
26-
"aws_durable_execution_sdk_python @ git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git",
25+
"aws-durable-execution-sdk-python-testing>=1.1.1",
26+
"aws_durable_execution_sdk_python>=1.3.0",
2727
"requests>=2.31.0,<3.0.0",
2828
"boto3>=1.34.0,<2.0.0",
2929
]

0 commit comments

Comments
 (0)