TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'

Something has been changed in versions if you get this error, or it never worked for you.

It originates from a deprecated method of the httpx library continuing to be used often in automated OpenAI SDK code.

Upgrading to the latest OpenAI Python library will fix many occurences.

as will pip install --upgrade "httpx<0.28"