Skip to content

Commit

Permalink
fix: update httpx client kwargs #694
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jan 22, 2025
1 parent fe12a57 commit 532cce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authlib/integrations/httpx_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

HTTPX_CLIENT_KWARGS = [
'headers', 'cookies', 'verify', 'cert', 'http1', 'http2',
'proxies', 'timeout', 'follow_redirects', 'limits', 'max_redirects',
'event_hooks', 'base_url', 'transport', 'app', 'trust_env',
'proxy', 'mounts', 'timeout', 'follow_redirects', 'limits', 'max_redirects',
'event_hooks', 'base_url', 'transport', 'trust_env', 'default_encoding',
]


Expand Down

0 comments on commit 532cce6

Please sign in to comment.