python3Packages.langchain-anthropic: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-02-01 09:48:00 +00:00
parent 9b1c0a40ed
commit 533dd6c4f0
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "langchain-anthropic";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-anthropic==${version}";
hash = "sha256-/CqnpeQXYdafkly8shen72dIZU3I9o/2TwM903Nw9DA=";
hash = "sha256-6zyigILq3aRT6CNzOlSGWE8MJUZIN5LUbsb/Xuev1so=";
};
sourceRoot = "${src.name}/libs/partners/anthropic";