Skip to content

Commit 3547feb

Browse files
Merge pull request #641 from microsoft/psl-cpdhmoh29
fix: downgrade agent-framework to version 1.3.0 in pyproject.toml and uv.lock
2 parents 3ca0180 + 49d1a89 commit 3547feb

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

src/ContentProcessorWorkflow/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agent-framework==1.9.0",
8+
"agent-framework==1.3.0",
9+
"agent-framework-orchestrations==1.0.0b260423",
910
"aiohttp==3.14.1",
1011
"art==6.5",
1112
"azure-ai-agents==1.2.0b5",

src/ContentProcessorWorkflow/uv.lock

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

0 commit comments

Comments
 (0)