mongodb: release 0.1.4 (#21678)

pull/21681/head langchain-mongodb==0.1.4
Erick Friis 3 weeks ago committed by GitHub
parent a97473c846
commit 9973547aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-mongodb"
version = "0.1.3"
version = "0.1.4"
description = "An integration package connecting MongoDB and LangChain"
authors = []
readme = "README.md"
@ -28,7 +28,7 @@ pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
langchain = { path = "../../langchain", develop = true }
langchain-core = { path = "../../core", develop = true }
langchain-text-splitters = {path = "../../text-splitters", develop = true}
langchain-text-splitters = { path = "../../text-splitters", develop = true }
[tool.poetry.group.codespell]
optional = true

Loading…
Cancel
Save