openai: 0.23.1 -> 0.24.0

This commit is contained in:
Malo Bourgon 2022-10-21 12:03:44 -07:00
parent 68e7084c32
commit cae1aec6b4

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "openai";
version = "0.23.1";
version = "0.24.0";
format = "setuptools";
disabled = pythonOlder "3.7.1";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
hash = "sha256-4RdER6ecvHGXTLZ1GnBNI1hIETI8O/t+kuOXiQhMigs=";
hash = "sha256-0bXJoEq8FHRNaFMjncIwDbJROtFz/IJ4gD+LfvmtFUg=";
};
propagatedBuildInputs = [
@ -72,7 +72,9 @@ buildPythonPackage rec {
disabledTestPaths = [
# Requires a real API key
"openai/tests/test_endpoints.py"
# openai: command not found
"openai/tests/test_file_cli.py"
"openai/tests/test_long_examples_validator.py"
];
meta = with lib; {