Skip to content

Commit 9e3bb49

Browse files
authored
Update pyproject.toml to include PyPi dependency instead of Github direct dependency (#171)
1 parent b758457 commit 9e3bb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "aws-durable-execution-sdk-python-testing"
77
dynamic = ["version"]
8-
description = 'This the Python SDK for AWS Lambda Durable Execution.'
8+
description = 'This is the Python SDK for AWS Lambda Durable Execution.'
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = "Apache-2.0"
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"boto3>=1.40.30",
2626
"requests>=2.25.0",
27-
"aws_durable_execution_sdk_python @ {env:AWS_DURABLE_SDK_URL:git+ssh://[email protected]/aws/aws-durable-execution-sdk-python.git}",
27+
"aws_durable_execution_sdk_python>=1.0.0",
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)