python312Packages.llm-anthropic: 0.12 -> 0.14.1 (#385463)

This commit is contained in:
Gaétan Lepage
2025-02-27 16:30:34 +01:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "llm-anthropic";
version = "0.12";
version = "0.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-anthropic";
tag = version;
hash = "sha256-7+5j5jZBFfaaqnfjvLTI+mz1PUuG8sB5nD59UCpJuR4=";
hash = "sha256-tKgcag8sBJA4QWunaFyZxkZH0mtc0SS17104YuX1Kac=";
};
build-system = [