Merge pull request #270055 from natsukium/anthropic/update

python311Packages.anthropic: 0.5.0 -> 0.7.4
This commit is contained in:
OTABI Tomoya 2023-11-30 16:59:07 +09:00 committed by GitHub
commit b4a01cdf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, hatchling
, anyio
, distro
, dirty-equals
, httpx
, pydantic
, pytest-asyncio
@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.5.0";
version = "0.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-+EiFp55tPsILl6uuTh9qmeQDMKlUzegn3xUo6BupN2E=";
hash = "sha256-iLHzoWgAMDZ0AJGVXw2Xnaby07FbhJqNGfW5bPNgfws=";
};
nativeBuildInputs = [
@ -42,6 +43,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
dirty-equals
pytest-asyncio
pytestCheckHook
respx