mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-06 15:13:56 +00:00
experimental[patch]: release 0.0.54 (#19000)
This commit is contained in:
parent
873d06c009
commit
2ffb2144a6
3775
libs/experimental/poetry.lock
generated
3775
libs/experimental/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-experimental"
|
name = "langchain-experimental"
|
||||||
version = "0.0.53"
|
version = "0.0.54"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -10,8 +10,8 @@ repository = "https://github.com/langchain-ai/langchain"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = "^0.1.27"
|
langchain-core = "^0.1.31"
|
||||||
langchain = "^0.1.8"
|
langchain = "^0.1.12"
|
||||||
presidio-anonymizer = {version = "^2.2.352", optional = true}
|
presidio-anonymizer = {version = "^2.2.352", optional = true}
|
||||||
presidio-analyzer = {version = "^2.2.352", optional = true}
|
presidio-analyzer = {version = "^2.2.352", optional = true}
|
||||||
faker = {version = "^19.3.1", optional = true}
|
faker = {version = "^19.3.1", optional = true}
|
||||||
|
Loading…
Reference in New Issue
Block a user