Commit 8cee44ca authored by Malo Bourgon's avatar Malo Bourgon
Browse files
parent c34b4d91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@

buildPythonPackage rec {
  pname = "openai";
  version = "1.44.0";
  version = "1.45.1";
  pyproject = true;

  disabled = pythonOlder "3.7.1";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-HD7gqdWREULH0GQ1xNRh/TJEOzo82ghHC9gTrx7qxxU=";
    hash = "sha256-2oO87J/Z3VGmBHJE2vBEvEtKa1XHQ6uWZfQTxwzHpMk=";
  };

  build-system = [