From 9c6ae0de6e4fa829ebe12fcddf5aef0c3dc090d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:41:33 +0000 Subject: [PATCH 1/2] Initial plan From cda71cd4e645162391c68067377c7eccd6efdbc4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:43:25 +0000 Subject: [PATCH 2/2] Add changelog entry for PR #3002 - Fix ui.Select Generic typing Co-authored-by: Lumabots <144063653+Lumabots@users.noreply.github.com> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35321c2858..c5696f04d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ These changes are available on the `master` branch, but have not yet been releas ### Fixed +- Fixed breaking change in `ui.Select` Generic typing by adding default values to + TypeVars. ([#3002](https://github.com/Pycord-Development/pycord/pull/3002)) + ### Deprecated ### Removed