AsyncHttpxClientWrapper has no attribute '_state' in v0.28.0 #3439
Unanswered
vintagedave
asked this question in
Q&A
Replies: 1 comment
-
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.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions