From 11df1b2b8d1f99cb0455c8c8fd896c65fbd5433f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:35:33 -0700 Subject: [PATCH] core[patch]: Release 0.3.9 (#27117) --- libs/core/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 20dbf792c95..36a6cb9f593 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.3.8" +version = "0.3.9" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -45,7 +45,7 @@ python = ">=3.12.4" [tool.ruff.lint] select = [ "B", "C4", "E", "F", "I", "N", "PIE", "SIM", "T201", "UP", "W",] -ignore = [ "UP007", 'W293'] +ignore = [ "UP007", "W293",] [tool.coverage.run] omit = [ "tests/*",]