Skip to content

Commit 8c071ce

Browse files
committed
Install a debug elastic-transport
1 parent c4cf098 commit 8c071ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ keywords = [
4141
"index",
4242
]
4343
dependencies = [
44-
"elastic-transport>=8.4.1,<9",
44+
"elastic-transport @ git+https://github.com/pquentin/elastic-transport-python.git@debug-serverless",
4545
]
4646

4747
[project.optional-dependencies]
@@ -95,6 +95,9 @@ include = [
9595
"/docs/sphinx",
9696
]
9797

98+
[tool.hatch.metadata]
99+
allow-direct-references = true
100+
98101
[tool.hatch.build.targets.wheel]
99102
packages = ["elasticsearch_serverless"]
100103

0 commit comments

Comments
 (0)