python3Packages.langchain-tests: 1.0.0 -> 1.0.1 (#463587)

This commit is contained in:
dish 2025-11-24 18:48:03 +00:00 committed by GitHub
commit c2648a4d5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";