Unverified Commit 2d11d087 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.openai: 1.65.0 -> 1.65.2 (#386799)

parents 3df72881 e7f01821
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.0";
  version = "1.65.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-pj7Qa7Y7Plc9WimlUZJdg/iJW/9Z4nowxp4ZrqH7Q4c=";
    hash = "sha256-az6xp84braQBvhRxIJAlpk3d/HTWPTaFWJeCtOwtaP0=";
  };

  build-system = [