mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 18:24:10 +00:00
community: release 0.2.7 (#23993)
This commit is contained in:
parent
5d78b34a6f
commit
9f8fd08955
1061
libs/langchain/poetry.lock
generated
1061
libs/langchain/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain"
|
name = "langchain"
|
||||||
version = "0.2.6"
|
version = "0.2.7"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -29,7 +29,7 @@ langchain-server = "langchain.server:main"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
langchain-core = "^0.2.10"
|
langchain-core = "^0.2.12"
|
||||||
langchain-text-splitters = "^0.2.0"
|
langchain-text-splitters = "^0.2.0"
|
||||||
langsmith = "^0.1.17"
|
langsmith = "^0.1.17"
|
||||||
pydantic = ">=1,<3"
|
pydantic = ">=1,<3"
|
||||||
|
Loading…
Reference in New Issue
Block a user