mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python311Packages.openai: 1.20.0 -> 1.23.2
Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.20.0...v1.23.2 Changelog: https://github.com/openai/openai-python/releases/tag/v1.23.2
This commit is contained in:
parent
1b7469ab47
commit
bf047fe5d9
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user