python3Packages.langsmith: 0.0.35 -> 0.0.37

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:24 +02:00
parent 1723f25cdf
commit ad5c1e3802

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.0.35";
version = "0.0.37";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-TR4vBsRImMLs7CTlBt1NHL+n65jXxBNbOY7wIlfFBfM=";
hash = "sha256-xtyGL1Voyoik3fN//xhPNetC+yera4Wd+DZJTnLhW7g=";
};
sourceRoot = "${src.name}/python";