python312Packages.openai: 1.16.2 -> 1.17.0

This commit is contained in:
R. Ryantm 2024-04-11 03:37:13 +00:00
parent c81c241415
commit 1c5c38f1ce
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.16.2";
version = "1.17.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-7JWwEoVEdAy+tPcaYUPN7xA62Egzlv/2NNcDqvmDYh4=";
hash = "sha256-NAfG8edQB9L72MlESqMXw6fo/s2F/BjAf5yRAmx+J/s=";
};
build-system = [