Merge pull request #277234 from r-ryantm/auto-update/python310Packages.langsmith

python310Packages.langsmith: 0.0.72 -> 0.0.75
This commit is contained in:
OTABI Tomoya 2023-12-29 10:24:44 +09:00 committed by GitHub
commit 0b358d551b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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