From 9b7db08184095dd7975b358b34f9472bc4254298 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:28:37 -0700 Subject: [PATCH] experimental[patch]: Release 0.0.63 (#24563) --- libs/experimental/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index b32b434cb05..cdf6f660287 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -4,22 +4,22 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-experimental" -version = "0.0.62" +version = "0.0.63" 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/experimental" -"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-experimental%3D%3D0%22&expanded=true" - [tool.mypy] ignore_missing_imports = "True" disallow_untyped_defs = "True" exclude = [ "notebooks", "examples", "example_data",] +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/experimental" +"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-experimental%3D%3D0%22&expanded=true" + [tool.poetry.dependencies] python = ">=3.8.1,<4.0" langchain-core = "^0.2.10"