python312Packages.langsmith: 0.1.51 -> 0.1.52
Diff: https://github.com/langchain-ai/langsmith-sdk/compare/refs/tags/v0.1.51...v0.1.52 Changelog: https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.1.52
This commit is contained in:
parent
1fa0b7a8f3
commit
65a1a7c8f6
@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langsmith";
|
||||
version = "0.1.51";
|
||||
version = "0.1.52";
|
||||
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-31DC5SqI2V7d3iC5LlZgU5xB0Lh6GrBFFF3A+HEbUKg=";
|
||||
hash = "sha256-kTl+H1odRYDZc1KEuopZV9PvOQBd4QioWMhb3pD6xKE=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/python";
|
||||
|
Loading…
Reference in New Issue
Block a user