Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/augment/.changeset/renovate-1a90be6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-augment-backend': patch
---

Updated dependency `@openai/agents-core` to `^0.14.0`.
2 changes: 1 addition & 1 deletion workspaces/augment/plugins/augment-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@backstage/plugin-permission-common": "^0.9.2",
"@kagenti/adk": "^0.8.1",
"@modelcontextprotocol/sdk": "^1.25.2",
"@openai/agents-core": "^0.13.0",
"@openai/agents-core": "^0.14.0",
"@red-hat-developer-hub/backstage-plugin-augment-common": "workspace:^",
"expr-eval": "^2.0.2",
"express": "^4.17.1",
Expand Down
10 changes: 5 additions & 5 deletions workspaces/augment/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8684,9 +8684,9 @@ __metadata:
languageName: node
linkType: hard

"@openai/agents-core@npm:^0.13.0":
version: 0.13.5
resolution: "@openai/agents-core@npm:0.13.5"
"@openai/agents-core@npm:^0.14.0":
version: 0.14.1
resolution: "@openai/agents-core@npm:0.14.1"
dependencies:
"@modelcontextprotocol/sdk": "npm:^1.26.0"
debug: "npm:^4.4.0"
Expand All @@ -8699,7 +8699,7 @@ __metadata:
peerDependenciesMeta:
zod:
optional: true
checksum: 10c0/065489e933e53d689390502d00d911601eed127fb911dff74b9992f1a2f3be05995511ccdaa62b5b8c28516fbc2c90d77ac17d672b979238d12fd0070bef51b7
checksum: 10c0/10a674e95c94b172473cf42277fbdc0550827268e3ec54caccc0ce6176162cf48c6ded62825ac8f4ce9d71d1de985a80b2826bd3921394f73b3f73583e698144
languageName: node
linkType: hard

Expand Down Expand Up @@ -11327,7 +11327,7 @@ __metadata:
"@backstage/plugin-permission-common": "npm:^0.9.2"
"@kagenti/adk": "npm:^0.8.1"
"@modelcontextprotocol/sdk": "npm:^1.25.2"
"@openai/agents-core": "npm:^0.13.0"
"@openai/agents-core": "npm:^0.14.0"
"@red-hat-developer-hub/backstage-plugin-augment-common": "workspace:^"
"@types/express": "npm:^4.17.6"
"@types/express-session": "npm:^1.18.2"
Expand Down
Loading