Closed veprbl closed 2 months ago
[!WARNING]
Rate limit exceeded
@johanneskoester has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 15 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 3f30a7797b3073a6b32000eecf17f39640514d2c and a4e4182abb35470a8afb813027f656611fb517ee.
The change involves modifying the dependency specification for the urllib3
library in the project's pyproject.toml
file. The original version constraint allowed for urllib3
versions from 2.0 up to, but not including, 2.2. This has been updated to explicitly exclude version 2.2.0. This adjustment aims to enhance project stability by avoiding potential compatibility issues associated with that specific version, while still permitting the use of other acceptable versions.
File | Change Summary |
---|---|
pyproject.toml | Updated urllib3 dependency from >=2.0,<2.2 to !=2.2.0 to exclude version 2.2.0 due to issues. |
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?
Closing in favor of #32.
https://github.com/boto/botocore/issues/3111#issuecomment-1953560852
Summary by CodeRabbit
urllib3
to exclude version 2.2.0, enhancing stability and compatibility.