Skip to content

Commit c418c78

Browse files
committed
update versions
1 parent a082ef2 commit c418c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/elasticsearch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.10,<4.0"
15-
langchain-core = ">=0.3.0"
15+
langchain-core = "^1.0.0"
1616
elasticsearch = {version = ">=8.19.0,<9.0.0", extras = ["vectorstore_mmr"]}
1717

1818
[tool.poetry.group.test]
@@ -25,7 +25,7 @@ pytest-mock = "^3.10.0"
2525
syrupy = "^4.0.2"
2626
pytest-watcher = "^0.3.4"
2727
pytest-asyncio = "^0.21.1"
28-
langchain = ">=0.3.10"
28+
langchain = "^1.0.0"
2929
aiohttp = "^3.8.3"
3030
langchain-classic = "^1.0.0"
3131

0 commit comments

Comments
 (0)