Commit e7f01821 authored by Malo Bourgon's avatar Malo Bourgon
Browse files
parent cda5844c
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 = [