- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 883
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsyncHttpxClientWrapper has no attribute '_state' in v0.28.0 #3431
Comments
You'll want to bump to at least https://github.com/openai/openai-python/releases/tag/v1.55.3 I think. Older versions will not work well with httpx 0.28.0. You could optionally pin your httpx dependency to an older version.
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hello. When I upgrade HTTPX from 0.27.0 to 0.28.0, I get the following error. I do not get a call stack, and I'm not expert enough on Python to know why (usually I would get one.)
This is likely being called by the openai library, which is version 1.50.2.
The text was updated successfully, but these errors were encountered: