python310Packages.langsmith: 0.0.69 -> 0.0.72

This commit is contained in:
R. Ryantm 2023-12-20 15:28:32 +00:00
parent 6b25f0686e
commit 354f5a4c8f

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.0.69";
version = "0.0.72";
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-LP97bGCmLw2uFcFdFcDWM7hSuki7r7T6WFHI6i3rF34=";
hash = "sha256-o7KERA+fYo69jR8LSsa901nE1r3GD38rYO7sj0QsOgM=";
};
sourceRoot = "${src.name}/python";