Merge pull request #314212 from fabaff/langsmith-bump

python312Packages.langsmith: 0.1.60 -> 0.1.63
This commit is contained in:
OTABI Tomoya 2024-05-24 22:40:25 +09:00 committed by GitHub
commit d5176139d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.60";
version = "0.1.63";
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-YoJ9rdbc4lcQ0ZxE0bYCa+VMKO2kqJRTpxZz4QGPzzM=";
hash = "sha256-zIrSQubYB5AuwAF0hktT/wY5/ktwQJ4Z/3F6po2wC3o=";
};
sourceRoot = "${src.name}/python";