core: release 0.2.13 (#24096)

This commit is contained in:
Erick Friis 2024-07-11 01:39:15 +02:00 committed by GitHub
parent 975b6129f6
commit 6ea6f9f7bc
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

@ -1233,13 +1233,13 @@ url = "../text-splitters"
[[package]]
name = "langsmith"
version = "0.1.84"
version = "0.1.85"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false
python-versions = "<4.0,>=3.8.1"
files = [
{file = "langsmith-0.1.84-py3-none-any.whl", hash = "sha256:01f3c6390dba26c583bac8dd0e551ce3d0509c7f55cad714db0b5c8d36e4c7ff"},
{file = "langsmith-0.1.84.tar.gz", hash = "sha256:5220c0439838b9a5bd320fd3686be505c5083dcee22d2452006c23891153bea1"},
{file = "langsmith-0.1.85-py3-none-any.whl", hash = "sha256:c1f94384f10cea96f7b4d33fd3db7ec180c03c7468877d50846f881d2017ff94"},
{file = "langsmith-0.1.85.tar.gz", hash = "sha256:acff31f9e53efa48586cf8e32f65625a335c74d7c4fa306d1655ac18452296f6"},
]
[package.dependencies]

View File

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