python310Packages.anthropic: 0.3.10 -> 0.3.11

This commit is contained in:
R. Ryantm 2023-09-06 05:56:46 +00:00
parent 2c9e9de1fe
commit 2e80f64650

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.3.10";
version = "0.3.11";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-OmT8a588eprCTUnnhLF5+XSOtetiUMouaWz1hrTl1ao=";
hash = "sha256-bjagT0I0/N76CGf1b8EBNyOTzPBWybr2I2yO5NWO3po=";
};
nativeBuildInputs = [