Skip to content

Commit

Permalink
python312Packages.openai: 1.52.1 -> 1.54.5 (#354068)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Nov 25, 2024
2 parents a914d7e + 9662edb commit f590fcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/openai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
pytestCheckHook,
dirty-equals,
inline-snapshot,
nest-asyncio,
pytest-asyncio,
pytest-mock,
respx,
Expand All @@ -35,7 +36,7 @@

buildPythonPackage rec {
pname = "openai";
version = "1.52.1";
version = "1.54.5";
pyproject = true;

disabled = pythonOlder "3.7.1";
Expand All @@ -44,7 +45,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-TTbwhs7rXWIJWOU5bC0wGjXZkBpfBAXb4ycOR9xjTpw=";
hash = "sha256-bDYGE8bm1+qHvhNfLSHG2bW8Wnm1yOEjD/oCzBG+CPw=";
};

build-system = [
Expand Down Expand Up @@ -77,6 +78,7 @@ buildPythonPackage rec {
pytestCheckHook
dirty-equals
inline-snapshot
nest-asyncio
pytest-asyncio
pytest-mock
respx
Expand Down

0 comments on commit f590fcc

Please sign in to comment.