mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 22:03:52 +00:00
langchain: release 0.3.3 (#27213)
This commit is contained in:
parent
6c33124c72
commit
cedf4d9462
897
libs/langchain/poetry.lock
generated
897
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.3.2"
|
version = "0.3.3"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -33,7 +33,7 @@ langchain-server = "langchain.server:main"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-core = "^0.3.8"
|
langchain-core = "^0.3.10"
|
||||||
langchain-text-splitters = "^0.3.0"
|
langchain-text-splitters = "^0.3.0"
|
||||||
langsmith = "^0.1.17"
|
langsmith = "^0.1.17"
|
||||||
pydantic = "^2.7.4"
|
pydantic = "^2.7.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user