Merge pull request #174462 from r-ryantm/auto-update/openai

openai: 0.18.1 -> 0.19.0
This commit is contained in:
Bobby Rong 2022-06-06 20:22:41 +08:00 committed by GitHub
commit 0d2e95e9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.18.1";
version = "0.19.0";
disabled = pythonOlder "3.7.1";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
sha256 = "sha256-ii/w29aRGhuzR6E+kbknsSrVZlOurpy/tTVGeAYKkXo=";
sha256 = "sha256-v/EBmKIzHGPR2KGLUqyWlTSZjV2MqALYRRofCXRjH24=";
};
propagatedBuildInputs = [