python3Packages.openai-agents: 0.6.9 → 0.17.6

This commit is contained in:
Jonathan Davies
2026-06-21 16:35:59 +02:00
committed by Sandro Jäckel
parent ebbd968d3d
commit 9f4df694e5
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
hatchling,
griffe,
griffelib,
mcp,
openai,
pydantic,
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "openai-agents";
version = "0.6.9";
version = "0.17.6";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "openai_agents";
hash = "sha256-5VYjgntKGxHWbsAIS9K56ixtYPIz4EVHgDr0M5Z+L9s=";
hash = "sha256-/tlPjPDrTFfGOomtSxB5MtdfKgttnolciPo8IX5jyCI=";
};
build-system = [
@@ -28,7 +28,7 @@ buildPythonPackage rec {
];
dependencies = [
griffe
griffelib
mcp
openai
pydantic