python312Packages.llm-anthropic: 0.12 -> 0.14.1

Diff: https://github.com/simonw/llm-anthropic/compare/0.12...0.14.1
This commit is contained in:
Joshua Peek
2025-02-26 19:30:27 -08:00
parent f04afc576e
commit ec5f05f33c
@@ -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 = [