Unverified Commit 12a098d8 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.google-generativeai: 0.8.3 -> 0.8.4 (#378475)

parents 76094963 c36068ff
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.3";
  version = "0.8.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "google";
    repo = "generative-ai-python";
    tag = "v${version}";
    hash = "sha256-XHYO2bH95Naoha2ZLpkP0YCq60qqiQPz+YzU6O4pInQ=";
    hash = "sha256-Snsp6hP1BKNLSFGbcotdhmluTuuBPZBcLkNY8mtOl6o=";
  };

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