python3Packages.langsmith: 0.1.77 -> 0.1.80

https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.1.80
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:39 +02:00
parent b8cfbcf3df
commit e6ee0fc67c
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.77";
version = "0.1.80";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-Tkqo0BbBqFMsEDtEo0sVgSQOoa/J+ECw/7T7yALnL84=";
hash = "sha256-bkbJKg2ikdkTenAP+GD+Ss13nF8KrizLNM72oDgQgJM=";
};
sourceRoot = "${src.name}/python";