We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758457 commit 9e3bb49Copy full SHA for 9e3bb49
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "aws-durable-execution-sdk-python-testing"
7
dynamic = ["version"]
8
-description = 'This the Python SDK for AWS Lambda Durable Execution.'
+description = 'This is the Python SDK for AWS Lambda Durable Execution.'
9
readme = "README.md"
10
requires-python = ">=3.11"
11
license = "Apache-2.0"
@@ -24,7 +24,7 @@ classifiers = [
24
dependencies = [
25
"boto3>=1.40.30",
26
"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}",
+ "aws_durable_execution_sdk_python>=1.0.0",
28
]
29
30
[project.urls]
0 commit comments