Skip to content

Commit

Permalink
Merge pull request #304955 from malob/update-openai
Browse files Browse the repository at this point in the history
python311Packages.openai: 1.20.0 -> 1.23.2
  • Loading branch information
NickCao authored Apr 22, 2024
2 parents 07f3a13 + bf047fe commit 8c38a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "openai";
version = "1.20.0";
version = "1.23.2";
pyproject = true;

disabled = pythonOlder "3.7.1";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-aR/OEOz6xUKjsZk3lynx0SZJ4lnWk0uDFioO/NakVl8=";
hash = "sha256-ScBD+g+xbbZOdIip4ISXYug9MqKLahutUNIoQnD1tHc=";
};

build-system = [
Expand Down

0 comments on commit 8c38a74

Please sign in to comment.