Skip to content

Commit

Permalink
Merge pull request #215196 from malob/update-openai
Browse files Browse the repository at this point in the history
openai: 0.26.4 -> 0.26.5
  • Loading branch information
NickCao authored Feb 8, 2023
2 parents 6a64194 + 1e5f0e8 commit 34b11b8
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 @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "openai";
version = "0.26.4";
version = "0.26.5";
format = "setuptools";

disabled = pythonOlder "3.7.1";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
hash = "sha256-WcUH6zbb5kIH0qk67M+lUx9CbMEbYDXQm6IVzzuQo9w=";
hash = "sha256-eKU+WRFf7f1yH63vcoQ9dVeqhJXBqMJGpk/9AoEgR0M=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 34b11b8

Please sign in to comment.