Skip to content

Commit

Permalink
python312Packages.openai: 1.50.2 -> 1.51.0 (#345763)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 2, 2024
2 parents abcb614 + de80a0c commit 98e5db8
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 @@ -35,7 +35,7 @@

buildPythonPackage rec {
pname = "openai";
version = "1.50.2";
version = "1.51.0";
pyproject = true;

disabled = pythonOlder "3.7.1";
Expand All @@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-VsaGdchVdZFqqwWihuJqbUzwTTGL/AVP3bQJnQqNo9I=";
hash = "sha256-VwsW7wVNSVlZg+RJoQ3C9AuqHL5dFO+f9pyfUbRbrSM=";
};

build-system = [
Expand Down

0 comments on commit 98e5db8

Please sign in to comment.