Commit 092896e1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.langchain-tests: 0.3.20 -> 0.3.21

parent 21b565c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

buildPythonPackage rec {
  pname = "langchain-tests";
  version = "0.3.20";
  version = "0.3.21";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langchain";
    tag = "langchain-tests==${version}";
    hash = "sha256-RMuxWA/n8d71FReFKO3Y/5P0MYk4aZ5WU2/TRxf9UuE=";
    hash = "sha256-CufnUFhYTENuq4/32u0w3UZb7TdZxEpshyQqLH6NEZo=";
  };

  sourceRoot = "${src.name}/libs/standard-tests";