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

@@ -11,6 +11,10 @@ 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",]