Merge pull request #304955 from malob/update-openai

python311Packages.openai: 1.20.0 -> 1.23.2
This commit is contained in:
Nick Cao 2024-04-22 15:21:45 -04:00 committed by GitHub
commit 8c38a749cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [