core[patch]: release 0.3.20 (#28293)

This commit is contained in:
ccurme
2024-11-22 14:04:29 -05:00
committed by GitHub
parent a433039a56
commit 697dda5052
2 changed files with 4 additions and 4 deletions

6
libs/core/poetry.lock generated
View File

@@ -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]]
name = "annotated-types"
@@ -1190,7 +1190,7 @@ files = [
[[package]]
name = "langchain-tests"
version = "0.3.1"
version = "0.3.4"
description = "Standard tests for LangChain implementations"
optional = false
python-versions = ">=3.9,<4.0"
@@ -1199,7 +1199,7 @@ develop = true
[package.dependencies]
httpx = "^0.27.0"
langchain-core = "^0.3.15"
langchain-core = "^0.3.19"
pytest = ">=7,<9"
syrupy = "^4"

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-core"
version = "0.3.19"
version = "0.3.20"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"