From 6ea6f9f7bc60e6287a4096352c6bbf8029b0b6d3 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 11 Jul 2024 01:39:15 +0200 Subject: [PATCH] core: release 0.2.13 (#24096) --- libs/core/poetry.lock | 6 +++--- libs/core/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/core/poetry.lock b/libs/core/poetry.lock index d68d3f22fff..9a1b3c66ab6 100644 --- a/libs/core/poetry.lock +++ b/libs/core/poetry.lock @@ -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] diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 1a0be4256d1..81904274349 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -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"