Client = OpenAI() returns error "Client.__init__() got an unexpected keyword argument 'proxies'"

I updated to openai==1.55.3 and it works now. Checking the latest versions I can see that version 1.55.3 was released just a few minutes ago.

pip install --force-reinstall -v “openai==1.55.3”

6 Likes