Unverified Commit 0ca4438a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python312Packages.openai: 1.61.1 -> 1.63.0 (#381861)

parents 758b1b8e 3b6d27f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

buildPythonPackage rec {
  pname = "openai";
  version = "1.61.1";
  version = "1.63.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-7dDsfEHHYJv6hbDPryhzZwCtdIzYUOABLOSXXQ1vau8=";
    hash = "sha256-QR9zFBOIWQCzutOUPzAdm3xhu0aIt5XoyQc5cTciYXw=";
  };

  build-system = [