Merge pull request #292815 from r-ryantm/auto-update/python312Packages.langsmith

python312Packages.langsmith: 0.1.10 -> 0.1.13
This commit is contained in:
OTABI Tomoya 2024-03-03 10:52:18 +09:00 committed by GitHub
commit 31f91738fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.10";
version = "0.1.13";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-9My/0DPN6AwAFoAiTdl6jd2GtX4fpFIgpnZe/WzAi9c=";
hash = "sha256-An9E0vT8WJaEcq0QOasnIgHkK1cdV7H5OLqa0EVWd5Q=";
};
sourceRoot = "${src.name}/python";