Merge pull request #283839 from malob/update-openai

python311Packages.openai: 1.9.0 -> 1.10.0
This commit is contained in:
OTABI Tomoya 2024-01-28 09:48:55 +09:00 committed by GitHub
commit ad41773039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-+3tCttKWbWt3Nsf5E6NWYt0yLRV0kfj7Qz6PhaOmBsY=";
hash = "sha256-VffgHJLsfnT3xqELV7Ze1o1rqohKxscC3SDthP8TwzI=";
};
nativeBuildInputs = [