Merge pull request #275816 from r-ryantm/auto-update/python310Packages.openai

python310Packages.openai: 1.5.0 -> 1.6.0
This commit is contained in:
Fabián Heredia Montiel 2023-12-23 01:49:37 -06:00 committed by GitHub
commit 63c6f685a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.5.0";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-KLXDzXpT9F/JqA8Jeo8AF/eTD3hHXQQcTrblQJ4BHug=";
hash = "sha256-bRnsUpHhi+CAzUQSqMFmVWItn6KIKaXMjggxNixaY6Q=";
};
nativeBuildInputs = [