We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03da5e1 commit 9761ed1Copy full SHA for 9761ed1
libs/elasticsearch/pyproject.toml
@@ -13,7 +13,7 @@ license = "MIT"
13
[tool.poetry.dependencies]
14
python = ">=3.9,<4.0"
15
langchain-core = "^0.3.0"
16
-elasticsearch = {version = "^8.13.1", extras = ["vectorstore_mmr"]}
+elasticsearch = {version = "^8.15.1", extras = ["vectorstore_mmr"]}
17
18
[tool.poetry.group.test]
19
optional = true
0 commit comments