Unverified Commit 44af11f6 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

python3Packages.langsmith: 0.4.34 -> 0.4.37 (#452504)

parents ea32606e 8f29f75d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "langsmith";
  version = "0.4.34";
  version = "0.4.37";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langsmith-sdk";
    tag = "v${version}";
    hash = "sha256-vuet4/Y5MW2Ob4zISl9vf3PD/OlmA/4/v7awVuvhk8E=";
    hash = "sha256-NIEzzcWKNHNx0AJyEoC+laWFXhf1Ejp9zQvYMiYqCXI=";
  };

  sourceRoot = "${src.name}/python";