Skip to content

Commit 9ef861b

Browse files
committed
Install a debug elastic-transport
1 parent 461eb2f commit 9ef861b

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
@@ -40,7 +40,7 @@ keywords = [
4040
"index",
4141
]
4242
dependencies = [
43-
"elastic-transport>=8.4.1,<9",
43+
"elastic-transport @ git+https://github.com/pquentin/elastic-transport-python.git@debug-serverless",
4444
]
4545

4646
[project.optional-dependencies]
@@ -94,6 +94,9 @@ include = [
9494
"/docs/sphinx",
9595
]
9696

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

0 commit comments

Comments
 (0)