python3Packages.langchain-tests: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2025-11-20 23:17:37 +00:00
parent 34fe0487f8
commit 8419ef10e3
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "langchain-tests";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-tests==${version}";
hash = "sha256-t+3o7XoemvEALVYMx+FpkGQVx2c/npRrK3cNDp3bp9A=";
hash = "sha256-a7tqW4h34YbfUIAK2L417egaSNyKbvZJ+GEnPdC2wME=";
};
sourceRoot = "${src.name}/libs/standard-tests";