From 2ac3a82d856d573696f82e33c0b05383c111e10f Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 22 Jan 2024 13:26:47 -0800 Subject: [PATCH] cli[patch]: new fields in integration template, release 0.0.21 (#16398) --- libs/cli/langchain_cli/integration_template/pyproject.toml | 5 +++++ libs/cli/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/cli/langchain_cli/integration_template/pyproject.toml b/libs/cli/langchain_cli/integration_template/pyproject.toml index 95d8fbcb18..b4703aa60e 100644 --- a/libs/cli/langchain_cli/integration_template/pyproject.toml +++ b/libs/cli/langchain_cli/integration_template/pyproject.toml @@ -4,6 +4,11 @@ version = "0.0.1" description = "An integration package connecting __ModuleName__ and LangChain" authors = [] readme = "README.md" +repository = "https://github.com/langchain-ai/langchain" +license = "MIT" + +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/__package_name_short__" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 978a03052a..e927fcfbcd 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.20" +version = "0.0.21" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] license = "MIT"