Skip to content

Commit 0de0045

Browse files
author
Alex Wang
committed
chore: bump conformance SDK pins to 2.0.1
The conformance-tests and conformance-tests-otel packages pin aws-durable-execution-sdk-python==2.0.0 exactly. Bump both to ==2.0.1 to match the release bump; otherwise the shared CI install cannot resolve 2.0.1 against the 2.0.0 pin (ResolutionImpossible).
1 parent 2d61e71 commit 0de0045

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages

packages/aws-durable-execution-sdk-python-conformance-tests-otel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.0.0"
88
description = "OpenTelemetry conformance test handlers for the AWS Durable Execution SDK for Python, exercised by the aws-durable-execution-conformance-tests OTel suites."
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"aws-durable-execution-sdk-python==2.0.0",
11+
"aws-durable-execution-sdk-python==2.0.1",
1212
"aws-durable-execution-sdk-python-otel==1.0.0",
1313
]
1414

packages/aws-durable-execution-sdk-python-conformance-tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.0.0"
88
description = "Cross-SDK conformance test handlers for the AWS Durable Execution SDK for Python, exercised by the aws-durable-execution-conformance-tests runner."
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"aws-durable-execution-sdk-python==2.0.0",
11+
"aws-durable-execution-sdk-python==2.0.1",
1212
]
1313

1414
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)