mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
core[patch]: release 0.3.20 (#28293)
This commit is contained in:
parent
a433039a56
commit
697dda5052
6
libs/core/poetry.lock
generated
6
libs/core/poetry.lock
generated
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "annotated-types"
|
name = "annotated-types"
|
||||||
@ -1190,7 +1190,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-tests"
|
name = "langchain-tests"
|
||||||
version = "0.3.1"
|
version = "0.3.4"
|
||||||
description = "Standard tests for LangChain implementations"
|
description = "Standard tests for LangChain implementations"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
@ -1199,7 +1199,7 @@ develop = true
|
|||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
httpx = "^0.27.0"
|
httpx = "^0.27.0"
|
||||||
langchain-core = "^0.3.15"
|
langchain-core = "^0.3.19"
|
||||||
pytest = ">=7,<9"
|
pytest = ">=7,<9"
|
||||||
syrupy = "^4"
|
syrupy = "^4"
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.19"
|
version = "0.3.20"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user