Unverified Commit 602542f2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232402 from r-ryantm/auto-update/python310Packages.anthropic

python310Packages.anthropic: 0.2.7 -> 0.2.9
parents bb42f490 fe167c44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "anthropic";
  version = "0.2.7";
  version = "0.2.9";
  format = "pyproject";

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2v3WF8eRIruXvFNjRRno3LoXt+dlpaI3LHf243RBJ+U=";
    hash = "sha256-LURWTTYsztbo5mI2bk3n+U3NxsthNGpeUoNZsK/B8vM=";
  };

  nativeBuildInputs = [