Unverified Commit 0f56fa9d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.langsmith: 0.4.29 -> 0.4.31 (#447763)

parents f08c55f9 b60109ab
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.29";
  version = "0.4.31";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langsmith-sdk";
    tag = "v${version}";
    hash = "sha256-/x8e9ZfHhAQYPtGpp4PRW92QAeLNCPs9p+TnviGg6bY=";
    hash = "sha256-lHehU+qJBl1pX7H0QmmmVuMYrcbopQZhmCiyQ6D3k2Q=";
  };

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