Skip to content

Commit ebdb355

Browse files
committed
1 parent d6abbec commit ebdb355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/openai/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
buildPythonPackage rec {
4848
pname = "openai";
49-
version = "1.76.2";
49+
version = "1.77.0";
5050
pyproject = true;
5151

5252
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
5555
owner = "openai";
5656
repo = "openai-python";
5757
tag = "v${version}";
58-
hash = "sha256-MywcdSFOFKfq6MPRAfsbJzu82IKCOLSU3JbnwHvkHsA=";
58+
hash = "sha256-98AMzb3VwfM41nRIOrPw75PYNGqHRldTAfeHRm8I7XI=";
5959
};
6060

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

0 commit comments

Comments
 (0)