Skip to content

Commit 4eff2bb

Browse files
committed
revert temporary changes
1 parent d7b6c36 commit 4eff2bb

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

paradedb/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ authors = [
1414
keywords = ["LocalStack", "ParadeDB", "PostgreSQL", "Search", "Analytics"]
1515
classifiers = []
1616
dependencies = [
17-
# TODO: temporary git ref for CI testing - revert to "localstack-extensions-utils" before merge
18-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@fix/tcp-only-base-class#egg=localstack-extensions-utils&subdirectory=utils"
17+
"localstack-extensions-utils"
1918
]
2019

2120
[project.urls]

typedb/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ authors = [
1414
keywords = ["LocalStack", "TypeDB"]
1515
classifiers = []
1616
dependencies = [
17-
# TODO: temporary git ref for CI testing - revert to "localstack-extensions-utils" before merge
18-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@fix/tcp-only-base-class#egg=localstack-extensions-utils&subdirectory=utils"
17+
"localstack-extensions-utils"
1918
]
2019

2120
[project.urls]

wiremock/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ authors = [
1414
keywords = ["LocalStack", "WireMock"]
1515
classifiers = []
1616
dependencies = [
17-
"priority",
18-
# TODO: temporary git ref for CI testing - revert to "localstack-extensions-utils" before merge
19-
"localstack-extensions-utils @ git+https://github.com/localstack/localstack-extensions.git@fix/tcp-only-base-class#egg=localstack-extensions-utils&subdirectory=utils"
17+
"localstack-extensions-utils",
18+
"priority"
2019
]
2120

2221
[project.urls]

0 commit comments

Comments
 (0)