python3Packages.openai: 1.97.1 -> 1.99.0 (#431231)

authored by

Yt and committed by
GitHub
db234192 e2000273

+2 -2
+2 -2
pkgs/development/python-modules/openai/default.nix
··· 51 52 buildPythonPackage rec { 53 pname = "openai"; 54 - version = "1.97.1"; 55 pyproject = true; 56 57 src = fetchFromGitHub { 58 owner = "openai"; 59 repo = "openai-python"; 60 tag = "v${version}"; 61 - hash = "sha256-ANY74P3tM8VVPh9m6hOdZSkMhcQphi72bKNcLrsLEq8="; 62 }; 63 64 postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';
··· 51 52 buildPythonPackage rec { 53 pname = "openai"; 54 + version = "1.99.0"; 55 pyproject = true; 56 57 src = fetchFromGitHub { 58 owner = "openai"; 59 repo = "openai-python"; 60 tag = "v${version}"; 61 + hash = "sha256-MpGIK9ERp6ZIkHdnjMTO7Rzh/2p2i4Wq6HjEc8pTJIU="; 62 }; 63 64 postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';