Closed JarbasAl closed 2 months ago
[!WARNING]
Rate limit exceeded
@JarbasAl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 55 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 3e6b2dce8e4106065769133dddcb727573fd119d and 0809ec537d3b8141e5063cf41f3b9d746390201e.
The pull request introduces updates to the GitHub Actions workflow and the requirements.txt
file. It removes specific system dependencies from the workflow file and updates version constraints for several Python packages in the requirements file. These modifications indicate a refinement in the environment setup and a shift towards newer versions of certain libraries.
Files | Change Summary |
---|---|
.github/workflows/unit_tests.yml |
Removed libfann-dev and python3-pyaudio from the installation command. |
requirements/requirements.txt |
Updated version constraints for ovos-plugin-manager (to >=0.3.0,<1.0.0 ), ovos-config (to >=0.2.0,<1.0.0 ), and ovos_bus_client (to >=0.0.10,<1.0.0 ). |
requirements.txt
.ovos-config
in requirements.txt
.🐇 "In the garden where changes bloom,
Dependencies shift, making room.
With versions updated, we hop with glee,
A smoother path for all to see.
Let’s celebrate with a joyful cheer,
For progress made, we hold so dear!" 🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
bump requirements.txt to include
https://github.com/OpenVoiceOS/ovos-config/pull/153
https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/263
Summary by CodeRabbit