From b35ceb4c8d6f5a34010970d21e4b6a45101cf2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:24:22 +0000 Subject: [PATCH] Update agent-framework-github-copilot requirement Updates the requirements on [agent-framework-github-copilot](https://github.com/microsoft/agent-framework) to permit the latest version. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0rc1...python-1.0.0rc1) --- updated-dependencies: - dependency-name: agent-framework-github-copilot dependency-version: 1.0.0rc1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7ba845..3d9f46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ copilot-sdk = [ "hyperlight-sandbox-python-guest", ] agent-framework = [ - "agent-framework-github-copilot>=1.0.0b260521", + "agent-framework-github-copilot>=1.0.0rc1", "pydantic", "hyperlight-sandbox", "hyperlight-sandbox-backend-wasm",