We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e9356 commit ce09c72Copy full SHA for ce09c72
2 files changed
.gitignore
@@ -37,3 +37,4 @@ examples/build/*
37
examples/*.zip
38
39
durable-executions.db*
40
+.coverage
emulator/pyproject.toml
@@ -22,8 +22,8 @@ classifiers = [
22
"Programming Language :: Python :: 3.13",
23
]
24
dependencies = [
25
- "aws-durable-execution-sdk-python-testing~=1.1.0",
26
- "aws_durable_execution_sdk_python~=1.1.1",
+ "aws-durable-execution-sdk-python-testing @ git+https://github.com/aws/aws-durable-execution-sdk-python-testing.git",
+ "aws_durable_execution_sdk_python @ git+https://github.com/aws/aws-durable-execution-sdk-python.git",
27
"requests>=2.31.0,<3.0.0",
28
"boto3>=1.34.0,<2.0.0",
29
0 commit comments