Skip to content

Commit 501423e

Browse files
committed
fix(deps): restore compatible agent framework stack
Current autogen main pinned the 1.10 Agent Framework stack and a FastAPI range that the codebase and DevUI package do not support together.\n\nThis restores the last verified compatible framework/devui/orchestrations versions and keeps FastAPI/Uvicorn within the matching runtime contract, which returns local CI to green and removes the install-time blocker affecting PRs rebased on main.
1 parent e52e6aa commit 501423e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
agent-framework==1.10.0
2-
agent-framework-devui==1.0.0b260630
3-
agent-framework-orchestrations==1.0.0
1+
agent-framework==1.0.0rc5
2+
agent-framework-devui==1.0.0b260319
3+
agent-framework-orchestrations==1.0.0b260319
44
autogen-agentchat>=0.7.5,<0.8.0
55
autogen-core>=0.7.5,<0.8.0
66
autogen-ext[anthropic,ollama,openai]>=0.7.5,<0.8.0
7-
fastapi>=0.139.0,<1.0
7+
fastapi>=0.133.0,<0.138.1
88
jsonschema>=4.26.0,<5.0
99
openapi-spec-validator>=0.9.0,<1.0
1010
pydantic>=2.13.4,<3.0
1111
pytest>=9.1.1,<10.0
1212
python-dotenv>=1.2.2,<2.0
13-
uvicorn>=0.49.0,<1.0
13+
uvicorn>=0.41.0,<0.42.0

0 commit comments

Comments
 (0)