Unverified Commit 1a4da816 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.openai: 2.11.0 -> 2.15.0 (#471098)

parents b2361299 e54390ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@

buildPythonPackage rec {
  pname = "openai";
  version = "2.11.0";
  version = "2.15.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-f4d6gz4W04NPu43u0ovORzvF8ZW7oIYO8DJIqUGIEdE=";
    hash = "sha256-FmOmWtkp+Pe3pICi0uvzsb1nsP4M4yc/34U3Bd2q/KE=";
  };

  postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';