Skip to content

Commit a4d08d6

Browse files
whummerclaude
andcommitted
Fix CI: use localstack-core for dev/test deps, add WireMock to README
localstack 4.14.0 no longer depends on localstack-core, making it a thin CLI wrapper. The framework code (localstack.config, localstack.utils etc.) now requires localstack-core explicitly. Update all dev/test dependencies accordingly. Also add WireMock extension to the extensions table in the root README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 767bf41 commit a4d08d6

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ You can install the respective extension by calling `localstack extensions insta
7676
| [Stripe](https://github.com/localstack/localstack-extensions/tree/main/stripe) | localstack-extension-stripe | 0.2.0 | Stable |
7777
| [Terraform Init](https://github.com/localstack/localstack-extensions/tree/main/terraform-init) | localstack-extension-terraform-init | 0.2.0 | Experimental |
7878
| [TypeDB](https://github.com/localstack/localstack-extensions/tree/main/typedb) | localstack-extension-typedb | 0.1.3 | Experimental |
79-
| [ParadeDB](https://github.com/localstack/localstack-extensions/tree/main/paradedb) | localstack-extension-paradedb | 0.1.0 | Experimental |
79+
| [WireMock](https://github.com/localstack/localstack-extensions/tree/main/wiremock) | localstack-wiremock | 0.1.0 | Experimental |
80+
| [ParadeDB](https://github.com/localstack/localstack-extensions/tree/main/paradedb) | localstack-extension-paradedb | 0.1.0 | Experimental |
8081

8182

8283
## Developing Extensions

paradedb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev = [
2626
"boto3",
2727
"build",
2828
"jsonpatch",
29-
"localstack",
29+
"localstack-core",
3030
"psycopg2-binary",
3131
"pytest",
3232
"rolo",

typedb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev = [
2626
"boto3",
2727
"build",
2828
"jsonpatch",
29-
"localstack",
29+
"localstack-core",
3030
"pytest",
3131
"rolo",
3232
"ruff",

utils/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ dev = [
3232
"boto3",
3333
"build",
3434
"jsonpatch",
35-
"localstack",
35+
"localstack-core",
3636
"pytest",
3737
"ruff",
3838
]
3939
test = [
4040
"grpcio>=1.60.0",
4141
"grpcio-tools>=1.60.0",
4242
"jsonpatch",
43-
"localstack",
43+
"localstack-core",
4444
"pytest>=7.0",
4545
"pytest-timeout>=2.0",
4646
]

wiremock/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727
"boto3",
2828
"build",
2929
"jsonpatch",
30-
"localstack",
30+
"localstack-core",
3131
"pytest",
3232
"rolo",
3333
"ruff",

0 commit comments

Comments
 (0)