From 5f22bafc14ac32f56efe960b1a754636388d72a4 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:15:32 -0500 Subject: [PATCH] [build] Fix curl-cffi 0.16.x support on Python 3.10 (#17441) Fix 4dc054d51c243c99ec1fe36d580bac9ccf7126d0 Ref: https://github.com/lexiforest/curl_cffi/issues/834 Authored by: bashonly --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 68e74c7e05..45d02ca2b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ default = [ ] curl-cffi = [ "curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.17 ; implementation_name == 'cpython'", + "typing-extensions ; python_full_version < '3.11'", ] secretstorage = [ "secretstorage",