natsukium
2023-10-22 18:42:47 +09:00
parent ece040c37c
commit d8a520abc7
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, hatchling
, anyio
, distro
, httpx
@@ -16,8 +16,8 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.3.13";
format = "pyproject";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,11 +25,11 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-2sw/tzbKd0d4sSHM+PYTE/XeqkycFFLfG1c/lyrU4Jc=";
hash = "sha256-+EiFp55tPsILl6uuTh9qmeQDMKlUzegn3xUo6BupN2E=";
};
nativeBuildInputs = [
poetry-core
hatchling
];
propagatedBuildInputs = [