about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-01 16:17:58 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-01 16:17:58 +0200
commit65a1a7c8f66528ff2f905445fa326e6c97f52f06 (patch)
treeabb086d1a74c38bffe17853524caa5bcebea42c2 /pkgs/development/python-modules
parent1fa0b7a8f3f16dcc5cdb4c0f7ff85938033353aa (diff)
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
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/langsmith/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langsmith/default.nix b/pkgs/development/python-modules/langsmith/default.nix
index 32330e496a6ff..9bf32dc7a1582 100644
--- a/pkgs/development/python-modules/langsmith/default.nix
+++ b/pkgs/development/python-modules/langsmith/default.nix
@@ -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";