python312Packages.openai: 1.59.9 -> 1.61.1

Diff: https://github.com/openai/openai-python/compare/refs/tags/v1.59.9...1.61.1
This commit is contained in:
Malo Bourgon
2025-02-08 12:33:58 +01:00
parent bcced5936f
commit a79982af60
@@ -32,12 +32,11 @@
pytest-asyncio,
pytest-mock,
respx,
}:
buildPythonPackage rec {
pname = "openai";
version = "1.59.9";
version = "1.61.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -46,7 +45,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-khdrpiurp/PigM5+0LJpXfSbG22e2I+2Jwsxo6MJKhQ=";
hash = "sha256-7dDsfEHHYJv6hbDPryhzZwCtdIzYUOABLOSXXQ1vau8=";
};
build-system = [