Commit a79982af authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.openai: 1.59.9 -> 1.61.1

parent bcced593
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -32,12 +32,11 @@
  pytest-asyncio,
  pytest-mock,
  respx,

}:

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

  disabled = pythonOlder "3.8";
@@ -46,7 +45,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-khdrpiurp/PigM5+0LJpXfSbG22e2I+2Jwsxo6MJKhQ=";
    hash = "sha256-7dDsfEHHYJv6hbDPryhzZwCtdIzYUOABLOSXXQ1vau8=";
  };

  build-system = [