cli[patch]: new fields in integration template, release 0.0.21 (#16398)

pull/16410/head
Erick Friis 5 months ago committed by GitHub
parent cfe95ab085
commit 2ac3a82d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,11 @@ version = "0.0.1"
description = "An integration package connecting __ModuleName__ and LangChain" description = "An integration package connecting __ModuleName__ and LangChain"
authors = [] authors = []
readme = "README.md" 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] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-cli" name = "langchain-cli"
version = "0.0.20" version = "0.0.21"
description = "CLI for interacting with LangChain" description = "CLI for interacting with LangChain"
authors = ["Erick Friis <erick@langchain.dev>"] authors = ["Erick Friis <erick@langchain.dev>"]
license = "MIT" license = "MIT"

Loading…
Cancel
Save