-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix static typing errors #187
Conversation
executor_args[ | ||
"request_within_rpm_limit" | ||
] = self._rpm_controller.check_or_wait | ||
executor_args["request_within_rpm_limit"] = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been fighting with this for a long time. Github's black
says this is the correct form, while VSCode insist on the the former way.
something wrong with the specs, running here in github, but this one should be good to go |
I want to fix tests before merging. All good! :) |
7096b4a
to
43a700a
Compare
4329e84
to
2845ecf
Compare
@joaomdmoura the issue with tests was the incompatible langchain version. While we are running 0.1.0, the build was using 0.1.4, which breaks everything. I've fixed the version for now. |
Oh boy we might need to update it then, merging this one 😎👉👉 |
@joaomdmoura we are ready to merge this. Don't wanna break your build, so do it when you feel like it. :) |
Let's make sure we are at zero-errors as soon as possible!
Remember, today's⚠️ is tomorrow's ❗, and next week's 🐛.
Previous logs
New logs