Malo Bourgon 2024-04-19 13:35:00 -07:00
parent 1b7469ab47
commit bf047fe5d9
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.20.0";
version = "1.23.2";
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-aR/OEOz6xUKjsZk3lynx0SZJ4lnWk0uDFioO/NakVl8=";
hash = "sha256-ScBD+g+xbbZOdIip4ISXYug9MqKLahutUNIoQnD1tHc=";
};
build-system = [