1
0
Fork 0

[rh:curl_cffi] Support curl_cffi 0.11.x, 0.12.x, 0.13.x (#13989)

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-10 22:16:07 -05:00 committed by GitHub
commit e98695549e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 15 deletions

View file

@ -55,7 +55,7 @@ default = [
"websockets>=13.0",
]
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.11; implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.14; implementation_name=='cpython'",
]
secretstorage = [
"cffi",