@@ -19,19 +19,16 @@ dependencies = [
1919 " pgvector" ,
2020 " markitdown" ,
2121 " azure-ai-evaluation[redteam]>=1.15.0" ,
22- " agent-framework-core @ git+https://github.com/microsoft/agent-framework.git@main #subdirectory=python/packages/core" ,
23- " agent-framework-devui @ git+https://github.com/microsoft/agent-framework.git@main #subdirectory=python/packages/devui" ,
24- " agent-framework-redis @ git+https://github.com/microsoft/agent-framework.git@main #subdirectory=python/packages/redis" ,
25- " agent-framework-mem0 @ git+https://github.com/microsoft/agent-framework.git@main #subdirectory=python/packages/mem0" ,
26- " agent-framework-azure-ai-search @ git+https://github.com/microsoft/agent-framework.git@main #subdirectory=python/packages/azure-ai-search" ,
27- " agent-framework-orchestrations" ,
22+ " agent-framework-core @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270 #subdirectory=python/packages/core" ,
23+ " agent-framework-devui @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270 #subdirectory=python/packages/devui" ,
24+ " agent-framework-redis @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270 #subdirectory=python/packages/redis" ,
25+ " agent-framework-mem0 @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270 #subdirectory=python/packages/mem0" ,
26+ " agent-framework-azure-ai-search @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270 #subdirectory=python/packages/azure-ai-search" ,
27+ " agent-framework-orchestrations @ git+https://github.com/microsoft/agent-framework.git@fc9c81b0b11170bdab8fa2d42bb96981e65fd270#subdirectory=python/packages/orchestrations " ,
2828]
2929
3030[tool .ruff ]
3131line-length = 120
3232target-version = " py310"
3333lint.select = [" E" , " F" , " I" , " UP" ]
3434lint.ignore = [" D203" ]
35-
36- [tool .uv .sources ]
37- agent-framework-orchestrations = { git = " https://github.com/microsoft/agent-framework.git" , subdirectory = " python/packages/orchestrations" , rev = " main" }
0 commit comments