Skip to content

Commit 8bac58a

Browse files
committed
update dependencies to include published utils package
1 parent 6f8a4b0 commit 8bac58a

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

paradedb/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ authors = [
1414
keywords = ["LocalStack", "ParadeDB", "PostgreSQL", "Search", "Analytics"]
1515
classifiers = []
1616
dependencies = [
17-
# TODO remove / replace prior to merge!
18-
# "localstack-extensions-utils",
19-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@extract-utils-package#subdirectory=utils"
17+
"localstack-extensions-utils"
2018
]
2119

2220
[project.urls]

typedb/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ authors = [
1414
keywords = ["LocalStack", "TypeDB"]
1515
classifiers = []
1616
dependencies = [
17-
# TODO remove / replace prior to merge!
18-
# "localstack-extensions-utils",
19-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@extract-utils-package#subdirectory=utils"
17+
"localstack-extensions-utils"
2018
]
2119

2220
[project.urls]

utils/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ authors = [
1414
keywords = ["LocalStack", "Extensions", "Utils"]
1515
classifiers = []
1616
dependencies = [
17-
"httpx",
1817
"h2",
1918
"hpack",
19+
"httpx",
2020
"hyperframe",
2121
"priority",
2222
"requests",
@@ -31,18 +31,18 @@ Homepage = "https://github.com/localstack/localstack-extensions"
3131
dev = [
3232
"boto3",
3333
"build",
34-
"localstack",
3534
"jsonpatch",
35+
"localstack",
3636
"pytest",
3737
"ruff",
3838
]
3939
test = [
40-
"pytest>=7.0",
41-
"pytest-timeout>=2.0",
42-
"localstack",
43-
"jsonpatch",
4440
"grpcio>=1.60.0",
4541
"grpcio-tools>=1.60.0",
42+
"jsonpatch",
43+
"localstack",
44+
"pytest>=7.0",
45+
"pytest-timeout>=2.0",
4646
]
4747

4848
[tool.setuptools.packages.find]

wiremock/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ keywords = ["LocalStack", "WireMock"]
1515
classifiers = []
1616
dependencies = [
1717
"priority",
18-
# TODO remove / replace prior to merge!
19-
# "localstack-extensions-utils",
20-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@extract-utils-package#subdirectory=utils"
18+
"localstack-extensions-utils"
2119
]
2220

2321
[project.urls]

0 commit comments

Comments
 (0)