Skip to content

Commit

Permalink
python311Packages.openai: 1.20.0 -> 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Apr 19, 2024
1 parent 1b7469a commit bf047fe
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 bf047fe

Please sign in to comment.