python3Packages.anthropic: 0.15.0 -> 0.19.1

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.19.1
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:08 +01:00
parent e45dc34599
commit cdaaff69a9

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.15.0";
version = "0.19.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-cI+CbQir2QpHAb+72clLGG7ZBsrYT3fY14HzxjtKOsk=";
hash = "sha256-D9asbwZ9puOuIK6w7cWJ2HmC3JYjamUZPOxVKWq+Va4=";
};
nativeBuildInputs = [