mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
mongodb[patch]: core 0.1.5 dep (#18348)
This commit is contained in:
parent
4e27e66938
commit
7bbff98dc7
4
libs/partners/mongodb/poetry.lock
generated
4
libs/partners/mongodb/poetry.lock
generated
@ -271,7 +271,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.1.27"
|
||||
version = "0.1.28"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
@ -1033,4 +1033,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "98977c577bce6fbadf6ade1f1bef569e4cf6ae6a822a245cbeeb0173dcf08ac5"
|
||||
content-hash = "cb31fe8e7b3855c09aacf3652ae82ae5ec70a83fbe4a7542c458b5d21d223cdc"
|
||||
|
@ -13,7 +13,7 @@ license = "MIT"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
pymongo = ">=4.6.1,<5.0"
|
||||
langchain-core = "^0.1"
|
||||
langchain-core = "^0.1.5"
|
||||
numpy = "^1"
|
||||
|
||||
[tool.poetry.group.test]
|
||||
|
Loading…
Reference in New Issue
Block a user