all: add release notes to pypi (#24519)

This commit is contained in:
Erick Friis
2024-07-22 13:59:13 -07:00
committed by GitHub
parent c48e99e7f2
commit 3dce2e1d35
28 changed files with 46 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/__package_name_short__"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22__package_name_short__%3D%3D0%22&expanded=true"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"

View File

@@ -9,6 +9,7 @@ license = "MIT"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/cli"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-cli%3D%3D0%22&expanded=true"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"