Skip to content
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

Client.__init__() got an unexpected keyword argument 'proxies' #30

Closed
phinglaspure123 opened this issue Nov 30, 2024 · 1 comment
Closed

Comments

@phinglaspure123
Copy link

client =RunwayML(api_key=********)
this throws an erorr Client.init() got an unexpected keyword argument 'proxies'
also tried with Async but got the same erorr in production while this run on local machine but not in production

image

@dgellow
Copy link

dgellow commented Dec 2, 2024

Hi @phinglaspure123, it's a known incompatibility between the SDK and httpx v0.28.0. That should be fixed since #20.

You have 2 options:

  • upgrade your runwayML sdk to 2.1.1
  • pin httpx to <0.28.0 (I would recommend 0.27.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants