Skip to content

Commit 5022e34

Browse files
chore: upgrade agent-framework from 1.1.1 to 1.3.0
- Bump agent-framework version in both ContentProcessor and ContentProcessorWorkflow pyproject.toml - Fix TextContent -> Content import in test_azure_openai_response_retry_utils.py (TextContent was removed in pre-1.1.1) - Regenerate uv.lock files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5eefab5 commit 5022e34

5 files changed

Lines changed: 119 additions & 35 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Content Process Gold Standard Solution Accelerator - Content Proc
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agent-framework==1.1.1",
8+
"agent-framework==1.3.0",
99
"azure-ai-inference==1.0.0b9",
1010
"azure-appconfiguration==1.8.0",
1111
"azure-identity==1.26.0b1",

src/ContentProcessor/uv.lock

Lines changed: 59 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.1",
8+
"agent-framework==1.3.0",
99
"aiohttp==3.13.5",
1010
"art==6.5",
1111
"azure-ai-agents==1.2.0b5",

0 commit comments

Comments
 (0)