Unverified Commit 34b11b8d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #215196 from malob/update-openai

openai: 0.26.4 -> 0.26.5
parents 6a641949 1e5f0e8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "openai";
  version = "0.26.4";
  version = "0.26.5";
  format = "setuptools";

  disabled = pythonOlder "3.7.1";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "openai";
    repo = "openai-python";
    rev = "v${version}";
    hash = "sha256-WcUH6zbb5kIH0qk67M+lUx9CbMEbYDXQm6IVzzuQo9w=";
    hash = "sha256-eKU+WRFf7f1yH63vcoQ9dVeqhJXBqMJGpk/9AoEgR0M=";
  };

  propagatedBuildInputs = [