APPIFY_CLIENT = ApifyClient(config('APIFY_CLIENT_TOKEN'))
File "/usr/share/pyshared/venv/airflow/lib/python3.8/site-packages/apify_client/client.py", line 126, in __init__
self.http_client = _HTTPClient(
File "/usr/share/pyshared/venv/airflow/lib/python3.8/site-packages/apify_client/_http_client.py", line 59, in __init__
self.httpx_client = httpx.Client(headers=headers, follow_redirects=True, timeout=timeout_secs)
TypeError: __init__() got an unexpected keyword argument 'follow_redirects'
APPIFY_CLIENT = ApifyClient(config('APIFY_CLIENT_TOKEN'))
File "/usr/share/pyshared/venv/airflow/lib/python3.8/site-packages/apify_client/client.py", line 126, in __init__
self.http_client = _HTTPClient(
File "/usr/share/pyshared/venv/airflow/lib/python3.8/site-packages/apify_client/_http_client.py", line 59, in __init__
self.httpx_client = httpx.Client(headers=headers, follow_redirects=True, timeout=timeout_secs)
TypeError: __init__() got an unexpected keyword argument 'follow_redirects'