Skip to content

Commit 5aeb4f7

Browse files
Fix CI failures: cap @babel/core to v7 and upgrade agent-framework to 1.9.0
- Change @babel/core override from >=7.29.6 to ^7.29.6 to prevent Babel 8 which is incompatible with babel-preset-react-app - Upgrade agent-framework from 1.3.0 to 1.9.0 to satisfy agent-framework-orchestrations requiring agent-framework-core>=1.9.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0b81084 commit 5aeb4f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ContentProcessorWeb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"form-data": ">=4.0.6",
102102
"ws": ">=8.21.0",
103103
"js-yaml": ">=4.2.0",
104-
"@babel/core": ">=7.29.6",
104+
"@babel/core": "^7.29.6",
105105
"postcss": "8.5.10",
106106
"nth-check": "^2.1.1",
107107
"string_decoder": "^1.3.0",

src/ContentProcessorWorkflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agent-framework==1.3.0",
8+
"agent-framework==1.9.0",
99
"aiohttp==3.14.1",
1010
"art==6.5",
1111
"azure-ai-agents==1.2.0b5",

0 commit comments

Comments
 (0)