File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121dependencies = [
2222 " boto3>=1.40.30" ,
2323 " requests>=2.25.0" ,
24- " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git}" ,
24+ " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git@fix-wait-deserialization }" ,
2525]
2626
2727[project .urls ]
@@ -56,7 +56,7 @@ dependencies = [
5656 " pytest" ,
5757 " pytest-cov" ,
5858 " ruff" ,
59- " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git}" ,
59+ " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git@fix-wait-deserialization }" ,
6060]
6161
6262[tool .hatch .envs .test .scripts ]
@@ -67,7 +67,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/aw
6767[tool .hatch .envs .examples ]
6868dependencies = [
6969 " boto3" ,
70- " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git}" ,
70+ " aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git@fix-wait-deserialization }" ,
7171]
7272[tool .hatch .envs .examples .scripts ]
7373build = " python examples/build.py"
You can’t perform that action at this time.
0 commit comments