-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
Drop-in replacement for proxies
argument in (httpx.post)
#3424
Comments
Removing an argument & doing a minor update is criminal. Lost all the day yesterday to figure out why opanai library was not working in the new build for the production environment... |
@Lroemon Do you know what version range of httpx the openai client currently pinned against? |
@qqaatw 👉 |
Can I please re-open the issue? I meant, is there a way not explicitly creating |
Appreciate the clear question. There is not. You’ll need an explicit client instance to do that. |
I see, thanks for the clarification. If there is any chance, I would propose to add a new mounts argument to methods like |
This was marked as deprecated in 0.26.0 version itself. |
Hi,
Since version
0.28
, theproxies
argument is fully deprecated and removed. #2879 indicates that we should usemounts
if we have multiple schemas to be proxied over. However,httpx.post
doesn't havemounts
argument.Is there a way to
proxy
argument, specifying bothhttp
&https
schemas?mounts
tohttpx.post
and relevant methods?Thanks.
The text was updated successfully, but these errors were encountered: