Client.__init__() got an unexpected keyword argument 'proxies' on 0.28.0 #3425
-
From this issue: meta-llama/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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Heya. That parameter became deprecated in 0.26.0, and was removed in 0.28.0. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I have tried changing the |
Beta Was this translation helpful? Give feedback.
Heya. That parameter became deprecated in 0.26.0, and was removed in 0.28.0.
If you could follow up with
llama_stack_client
to help their team get this resolved, that'd be helpful.You can pin to
httpx=0.27.2
in the meantime.Thanks.