python312Packages.langchain-anthropic: 0.3.17 -> 0.3.18

This commit is contained in:
sarahec
2025-08-21 17:02:26 -07:00
committed by Sarah Clark
parent 50de9e5ef3
commit e4105a277f
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "langchain-anthropic";
version = "0.3.17";
version = "0.3.18";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-anthropic==${version}";
hash = "sha256-oUT4Mu/vG+bVF6zLQX2RbVUglJ6VMyBt8XtCBSlBlpU=";
hash = "sha256-ZedCz4FyKowhxLVpHrBsmGKHkMCA5yW7ui6LI0QGQ44=";
};
sourceRoot = "${src.name}/libs/partners/anthropic";