lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.55k stars 452 forks source link

httpx 0.24 OAuth1Auth integration broken? #541

Closed marban closed 1 year ago

marban commented 1 year ago

Haven't gotten into the details but by upgrading httpx to 0.24 and using OAuth1Auth from authlib.integrations.httpx_client, I can no longer use e.g. Twitter's API and get an unauthorized header back. Reverting to the previous versions resolves this.

I assume it has to do with their recent change: