Commit c398bc61 authored by Sarah Clark's avatar Sarah Clark
Browse files

python312Packages.anthropic: 0.52.2 -> 0.55.0

parent f6248cd5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -24,20 +24,21 @@
  dirty-equals,
  nest-asyncio,
  pytest-asyncio,
  pytest-xdist,
  pytestCheckHook,
  respx,
}:

buildPythonPackage rec {
  pname = "anthropic";
  version = "0.52.2";
  version = "0.55.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthropics";
    repo = "anthropic-sdk-python";
    tag = "v${version}";
    hash = "sha256-vCIS2NDsScKESfYFHDTSRLb9ZhUsrEPHyfuubrbc+44=";
    hash = "sha256-2IdsWNQdp4Cr6xP1MDnj5EN/jyGcxuc5bTKg349DpI8=";
  };

  postPatch = ''
@@ -69,6 +70,7 @@ buildPythonPackage rec {
    dirty-equals
    nest-asyncio
    pytest-asyncio
    pytest-xdist
    pytestCheckHook
    respx
  ];