Skip to content

Commit

Permalink
python312Packages.google-generativeai: 0.7.2 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 1, 2024
1 parent cfb89f4 commit 27e81ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

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

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

0 comments on commit 27e81ee

Please sign in to comment.