mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
experimental[patch]: Release 0.0.50 (#16883)
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
langchain-core==0.1.8
|
langchain-core==0.1.8
|
||||||
langchain==0.1.0
|
langchain==0.1.5
|
||||||
|
235
libs/experimental/poetry.lock
generated
235
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.49"
|
version = "0.0.50"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -11,7 +11,7 @@ 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.7"
|
langchain-core = "^0.1.7"
|
||||||
langchain = "^0.1"
|
langchain = "^0.1.5"
|
||||||
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}
|
||||||
|
Reference in New Issue
Block a user