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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]] [[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"

View File

@ -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"