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

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