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 a082ef2 commit c418c78Copy full SHA for c418c78
libs/elasticsearch/pyproject.toml
@@ -12,7 +12,7 @@ license = "MIT"
12
13
[tool.poetry.dependencies]
14
python = ">=3.10,<4.0"
15
-langchain-core = ">=0.3.0"
+langchain-core = "^1.0.0"
16
elasticsearch = {version = ">=8.19.0,<9.0.0", extras = ["vectorstore_mmr"]}
17
18
[tool.poetry.group.test]
@@ -25,7 +25,7 @@ pytest-mock = "^3.10.0"
25
syrupy = "^4.0.2"
26
pytest-watcher = "^0.3.4"
27
pytest-asyncio = "^0.21.1"
28
-langchain = ">=0.3.10"
+langchain = "^1.0.0"
29
aiohttp = "^3.8.3"
30
langchain-classic = "^1.0.0"
31
0 commit comments