Merge pull request #313462 from r-ryantm/auto-update/python311Packages.langsmith

python311Packages.langsmith: 0.1.59 -> 0.1.60
This commit is contained in:
OTABI Tomoya 2024-05-22 08:51:59 +09:00 committed by GitHub
commit e8ffb0ba53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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