Unverified Commit 9a764147 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919)

parents 76e387b0 27235e1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "google-generativeai";
  version = "0.8.2";
  version = "0.8.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "google";
    repo = "generative-ai-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-7l7Tg4sCdRtYnDwrQBA4rUIz4gO2YGf+3qn7OQRMCDc=";
    hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
  };

  pythonRelaxDeps = [ "google-ai-generativelanguage" ];