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

openai: 0.27.0 -> 0.27.1
This commit is contained in:
Nick Cao 2023-03-12 18:46:18 +08:00 committed by GitHub
commit d7aac86d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.27.0";
version = "0.27.1";
format = "setuptools";
disabled = pythonOlder "3.7.1";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-pXttGvnApYuwkWU7kCDNjw0rjHD5AyUvujfvpDVjgxM=";
hash = "sha256-GGwRx5yF/xdtnJiKF1junxuebaaBkGhx+DR4pqChcS4=";
};
propagatedBuildInputs = [