Skip to content

Commit 291bcf3

Browse files
committed
Pin agent-framework deps to upstream commit
1 parent a7b8ffb commit 291bcf3

2 files changed

Lines changed: 18 additions & 21 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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]
3131
line-length = 120
3232
target-version = "py310"
3333
lint.select = ["E", "F", "I", "UP"]
3434
lint.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" }

uv.lock

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

0 commit comments

Comments
 (0)