Client.__init__() got an unexpected keyword argument 'proxies' on 0.28.0 #3425
|
From this issue: ogx-ai/llama-stack-apps#131 tl;dr - ran into the following error on 0.28.0. Changing version to 0.27.2 fixed the issue. Is this a bug? |
Answered by
lovelydinosaur
Nov 29, 2024
Replies: 2 comments 1 reply
|
Heya. That parameter became deprecated in 0.26.0, and was removed in 0.28.0. Thanks. |
1 reply
Answer selected by
aidando73
|
I have tried changing the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya. That parameter became deprecated in 0.26.0, and was removed in 0.28.0.
If you could follow up with
llama_stack_clientto help their team get this resolved, that'd be helpful.You can pin to
httpx=0.27.2in the meantime.Thanks.