From 7234fd0f51fbcc3444253fa528208a1f7a8829c3 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 13 Jun 2024 15:22:34 -0700 Subject: [PATCH] core: release 0.2.6 (#22868) --- libs/core/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index bff2428960..1188ce7202 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.5" +version = "0.2.6" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -60,8 +60,8 @@ responses = "^0.25.0" # Support Python 3.8 and 3.12+. numpy = [ - {version = "^1.24.0", python = "<3.12"}, - {version = "^1.26.0", python = ">=3.12"} + { version = "^1.24.0", python = "<3.12" }, + { version = "^1.26.0", python = ">=3.12" }, ]