Python: fix all to include the latest and made that single source of truth (#2303)

* fix all to include the latest and made that single source of truth

* add lab
This commit is contained in:
Eduard van Valkenburg
2025-11-19 17:09:28 +01:00
committed by GitHub
Unverified
parent 84e2c0cc22
commit d2d0f46e15
3 changed files with 12 additions and 41 deletions
+1 -13
View File
@@ -23,19 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core",
"agent-framework-a2a",
"agent-framework-ag-ui",
"agent-framework-anthropic",
"agent-framework-azure-ai",
"agent-framework-azurefunctions",
"agent-framework-chatkit",
"agent-framework-copilotstudio",
"agent-framework-devui",
"agent-framework-lab",
"agent-framework-mem0",
"agent-framework-purview",
"agent-framework-redis",
"agent-framework-core[all]",
]
[dependency-groups]