We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6abbec commit ebdb355Copy full SHA for ebdb355
pkgs/development/python-modules/openai/default.nix
@@ -46,7 +46,7 @@
46
47
buildPythonPackage rec {
48
pname = "openai";
49
- version = "1.76.2";
+ version = "1.77.0";
50
pyproject = true;
51
52
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
55
owner = "openai";
56
repo = "openai-python";
57
tag = "v${version}";
58
- hash = "sha256-MywcdSFOFKfq6MPRAfsbJzu82IKCOLSU3JbnwHvkHsA=";
+ hash = "sha256-98AMzb3VwfM41nRIOrPw75PYNGqHRldTAfeHRm8I7XI=";
59
};
60
61
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';
0 commit comments