Sarah Clark
2025-06-05 14:13:17 -07:00
parent b168f6ad5d
commit 5bfefc51d9
@@ -10,6 +10,10 @@
httpx,
langchain-core,
syrupy,
pytest-benchmark,
pytest-codspeed,
pytest-recording,
vcrpy,
# buildInputs
pytest,
@@ -26,14 +30,14 @@
buildPythonPackage rec {
pname = "langchain-tests";
version = "0.3.19";
version = "0.3.20";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-tests==${version}";
hash = "sha256-DSTngWRFseJ6kSAY7Lxxkh77QFr0jhHxG3mH89QmdxA=";
hash = "sha256-RMuxWA/n8d71FReFKO3Y/5P0MYk4aZ5WU2/TRxf9UuE=";
};
sourceRoot = "${src.name}/libs/standard-tests";
@@ -51,8 +55,12 @@ buildPythonPackage rec {
httpx
langchain-core
pytest-asyncio
pytest-benchmark
pytest-codspeed
pytest-recording
pytest-socket
syrupy
vcrpy
];
buildInputs = [ pytest ];