From b3454e14215117f6ef20d85109352d8b03662afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 25 Sep 2025 06:02:17 -0700 Subject: [PATCH] python3Packages.langchain-tests: add meta.changelog --- pkgs/development/python-modules/langchain-tests/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/langchain-tests/default.nix b/pkgs/development/python-modules/langchain-tests/default.nix index 91ff1432d132..485477679311 100644 --- a/pkgs/development/python-modules/langchain-tests/default.nix +++ b/pkgs/development/python-modules/langchain-tests/default.nix @@ -81,6 +81,7 @@ buildPythonPackage rec { }; meta = { + changelog = "https://github.com/langchain-ai/langchain/releases/tag/${src.tag}"; description = "Build context-aware reasoning applications"; homepage = "https://github.com/langchain-ai/langchain"; license = lib.licenses.mit;