python3Packages.openai-agents: 0.6.9 → 0.17.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user