Skip to content

Commit 00742dc

Browse files
authored
Revert "fix: update bundled lambda client with latest API model changes (#30)" (#52)
This reverts commit 3c0ae82.
1 parent ed73ab6 commit 00742dc

File tree

6 files changed

+12099
-17
lines changed

6 files changed

+12099
-17
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: Implementation :: CPython",
1919
"Programming Language :: Python :: Implementation :: PyPy",
2020
]
21-
dependencies = [
22-
# TODO replace following with `"boto3>=1.40.30"` when we switch bundled botocore with publically available one
23-
"botocore @ file:src/aws_durable_execution_sdk_python/lib/botocore-1.40.51-py3-none-any.whl",
24-
"boto3 @ file:src/aws_durable_execution_sdk_python/lib/boto3-1.40.51-py3-none-any.whl"
25-
]
21+
dependencies = ["boto3>=1.40.30"]
2622

2723
[project.urls]
2824
Documentation = "https://github.com/aws/aws-durable-execution-sdk-python#readme"
@@ -38,10 +34,6 @@ packages = ["src/aws_durable_execution_sdk_python"]
3834
[tool.hatch.version]
3935
path = "src/aws_durable_execution_sdk_python/__about__.py"
4036

41-
# TODO remove this when we switch bundled botocore with publically available one
42-
[tool.hatch.metadata]
43-
allow-direct-references = true
44-
4537
[tool.hatch.envs.test]
4638
dependencies = ["coverage[toml]", "pytest", "pytest-cov"]
4739

0 commit comments

Comments
 (0)