Error with OpenAI 1.56.0 - Client.__init__() got an unexpected keyword argument 'proxies'

If you are using pip, the unrestricted version dependencies of the openai wheel will overwrite the installed httpx. httpx has to come last or as a second pip run with “httpx<0.28”.

The proper replacement for proxies is either proxy or mount parameter.