From 16c7086b1762ce52b3a1981c1767a45ffc040612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:10:43 +0000 Subject: [PATCH] chore(deps): bump github-copilot-sdk from 0.2.0 to 0.2.1 Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/github/copilot-sdk/releases) - [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/copilot-sdk/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github-copilot-sdk dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a0c7a2a..eaf4fca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pycaw==20251023", "pillow==12.2.0", "qasync==0.28.0", - "github-copilot-sdk==0.2.0", + "github-copilot-sdk==0.2.1", "openai==2.30.0", "pyvda @ git+https://github.com/amnweb/pyvda@master", "python-dotenv==1.2.2",