Skip to content

Commit 57cbbcb

Browse files
authored
Updated elastic-transport dependency settings. (#24)
Updated elastic-transport dependency settings. 8.1.2 does not containe the argument 'use_default_ports_for_scheme' in the source definition of url_to_node_config
1 parent 096425c commit 57cbbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ keywords = [
4141
"index",
4242
]
4343
dependencies = [
44-
"elastic-transport>=8,<9",
44+
"elastic-transport>=8.4.1,<9",
4545
]
4646

4747
[project.optional-dependencies]

0 commit comments

Comments
 (0)