python311Packages.langsmith: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-18 17:17:56 +02:00
parent ab0c7af2db
commit f3a2c3fce8
@@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform";
homepage = "https://github.com/langchain-ai/langchainplus-sdk";
changelog = "https://github.com/langchain-ai/langsmith-sdk/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ natsukium ];
};