python3Packages.langchain-anthropic: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2026-05-09 11:10:58 +00:00
parent e4d84e0e42
commit 43cea72263
@@ -24,14 +24,14 @@
buildPythonPackage (finalAttrs: {
pname = "langchain-anthropic";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-anthropic==${finalAttrs.version}";
hash = "sha256-V0unqMEfUTTNOxupBjStWD7JUCn1BQe25RIxSC/i4zI=";
hash = "sha256-u0Ur2SZFI8NkiVMBFieZIkc3cJL2IvrFvB4ueCvGMEU=";
};
sourceRoot = "${finalAttrs.src.name}/libs/partners/anthropic";