openai: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm
2022-11-03 19:46:39 +00:00
parent a633c0e2e2
commit 92f562aad2
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.24.0";
version = "0.25.0";
format = "setuptools";
disabled = pythonOlder "3.7.1";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
hash = "sha256-0bXJoEq8FHRNaFMjncIwDbJROtFz/IJ4gD+LfvmtFUg=";
hash = "sha256-bwv7lpdDYlk+y3KBjv7cSvaGr3v02riNCUfPFh6yv1I=";
};
propagatedBuildInputs = [