mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 11:47:49 +00:00
core[patch]: release 0.3.30 (#29256)
This commit is contained in:
parent
595297e2e5
commit
d5360b9bd6
6
libs/core/poetry.lock
generated
6
libs/core/poetry.lock
generated
@ -1200,7 +1200,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-tests"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
description = "Standard tests for LangChain implementations"
|
||||
optional = false
|
||||
python-versions = ">=3.9,<4.0"
|
||||
@ -1225,7 +1225,7 @@ url = "../standard-tests"
|
||||
|
||||
[[package]]
|
||||
name = "langchain-text-splitters"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
description = "LangChain text splitting utilities"
|
||||
optional = false
|
||||
python-versions = ">=3.9,<4.0"
|
||||
@ -1233,7 +1233,7 @@ files = []
|
||||
develop = true
|
||||
|
||||
[package.dependencies]
|
||||
langchain-core = "^0.3.26"
|
||||
langchain-core = "^0.3.29"
|
||||
|
||||
[package.source]
|
||||
type = "directory"
|
||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
name = "langchain-core"
|
||||
version = "0.3.29"
|
||||
version = "0.3.30"
|
||||
description = "Building applications with LLMs through composability"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user