From 05ed37fdb1478458364fa92e58e7ea802f7b7a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 03:39:06 +0000 Subject: [PATCH] chore(deps): bump github-copilot-sdk from 0.1.20 to 0.1.21 Bumps [github-copilot-sdk](https://github.com/github/copilot-sdk) from 0.1.20 to 0.1.21. - [Release notes](https://github.com/github/copilot-sdk/releases) - [Commits](https://github.com/github/copilot-sdk/compare/v0.1.20...v0.1.21) --- updated-dependencies: - dependency-name: github-copilot-sdk dependency-version: 0.1.21 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 7e85020f0..26fe04cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pillow==12.1.0", "icoextract==0.2.0", "qasync==0.28.0", - "github-copilot-sdk==0.1.20", + "github-copilot-sdk==0.1.21", "openai==2.16.0", "pyvda==0.5.0", "python-dotenv==1.2.1",