[build] Fix curl-cffi 0.16.x support on Python 3.10 (#17441)

Fix 4dc054d51c

Ref: https://github.com/lexiforest/curl_cffi/issues/834

Authored by: bashonly
This commit is contained in:
bashonly 2026-08-15 20:15:32 -05:00 committed by GitHub
commit 5f22bafc14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",