Unverified Commit 61630d4a authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

python3Packages.openai: 2.6.0 -> 2.7.2 (#460182)

parents 07d21d8a d5dce9e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@

buildPythonPackage rec {
  pname = "openai";
  version = "2.6.0";
  version = "2.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openai";
    repo = "openai-python";
    tag = "v${version}";
    hash = "sha256-GD9+81r0vw4n5jdpJW72cmtfqfz7zGs01YuwiziC3h4=";
    hash = "sha256-g7YbKzRZQOM4e16Mgo7u3QoQQI6VTNrV4DUip9fYsLA=";
  };

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