Skip to content

Commit

Permalink
python312Packages.openai: 1.50.2 -> 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malob committed Oct 1, 2024
1 parent 6a97b5b commit de80a0c
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 de80a0c

Please sign in to comment.