File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ RUN pip install --no-cache-dir hatch
88COPY . .
99
1010# allow ssh to github
11- RUN apk add -update ca-certificates && update-ca-certificates
1211RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh
1312RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
1413
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ classifiers = [
2222 " Programming Language :: Python :: 3.13" ,
2323]
2424dependencies = [
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]
You can’t perform that action at this time.
0 commit comments