Malo Bourgon 2024-04-15 13:37:11 -07:00
parent 4231f20d15
commit c2526093d0
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.17.0";
version = "1.20.0";
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-NAfG8edQB9L72MlESqMXw6fo/s2F/BjAf5yRAmx+J/s=";
hash = "sha256-aR/OEOz6xUKjsZk3lynx0SZJ4lnWk0uDFioO/NakVl8=";
};
build-system = [