From 49b7eae99744ec6be7f4e63aaeb6707b18d0fa53 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:15:04 -0700 Subject: [PATCH] core[patch]: Release 0.2.9 (#23091) --- .github/workflows/check_diffs.yml | 2 +- libs/core/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index 33d31bad7f3..7a16b425d96 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -104,7 +104,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12" + - "3.12.3" runs-on: ubuntu-latest defaults: run: diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index c4975551943..fde21a06e12 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.8" +version = "0.2.9" description = "Building applications with LLMs through composability" authors = [] license = "MIT"