mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
openai: 1.76.2 -> 1.77.0
Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.76.2...refs/tags/v1.77.0 Changelog: https://github.com/openai/openai-python/blob/v1.77.0/CHANGELOG.md
This commit is contained in:
parent
d6abbec93e
commit
ebdb35528e
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "openai";
|
||||
version = "1.76.2";
|
||||
version = "1.77.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -55,7 +55,7 @@ buildPythonPackage rec {
|
|||
owner = "openai";
|
||||
repo = "openai-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-MywcdSFOFKfq6MPRAfsbJzu82IKCOLSU3JbnwHvkHsA=";
|
||||
hash = "sha256-98AMzb3VwfM41nRIOrPw75PYNGqHRldTAfeHRm8I7XI=";
|
||||
};
|
||||
|
||||
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue