From 918e1c8a930f7917d0dac53e05e94ee1d3b27c81 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:01:18 -0700 Subject: [PATCH] core[patch]: Release 0.2.23 (#24557) --- libs/core/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 8354d649fcf..64d09eebfe1 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -4,17 +4,13 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-core" -version = "0.2.22" +version = "0.2.23" description = "Building applications with LLMs through composability" authors = [] license = "MIT" readme = "README.md" repository = "https://github.com/langchain-ai/langchain" -[tool.poetry.urls] -"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/core" -"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-core%3D%3D0%22&expanded=true" - [tool.mypy] disallow_untyped_defs = "True" exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic",] @@ -22,6 +18,10 @@ exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic",] module = [ "numpy", "pytest",] ignore_missing_imports = true +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/core" +"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-core%3D%3D0%22&expanded=true" + [tool.poetry.dependencies] python = ">=3.8.1,<4.0" langsmith = "^0.1.75"