Unverified Commit 22e9923e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.langsmith: 0.4.58 -> 0.4.59 (#471255)

parents a080e016 3ba1e754
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "langsmith";
  version = "0.4.58";
  version = "0.4.59";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langsmith-sdk";
    tag = "v${version}";
    hash = "sha256-2Cxb7zQDUqAfzR59oVx7r33R88ISTmOSLsoU3Wf9HSQ=";
    hash = "sha256-IL1lwV+WkIpYAlx+n08XlzbvzyDMUQCCZKmA+ImBIqU=";
  };

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