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

python312Packages.openai: 1.65.3 -> 1.66.3 (#389584)

parents fec50e48 70df08f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

buildPythonPackage rec {
  pname = "openai";
  version = "1.65.3";
  version = "1.66.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-RsLJBuus/84B9NzX6PwYOfmbH7M1eKiXqbyoNlpiEzg=";
    hash = "sha256-T9ZW/93ovzJgLEjLgzp/4bPezONxqlYNFpe6U8a7q/A=";
  };

  build-system = [