chore(deps): update limits requirement from >=3.0.0 to >=5.8.0#222
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): update limits requirement from >=3.0.0 to >=5.8.0#222dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [limits](https://github.com/alisaifee/limits) to permit the latest version. - [Release notes](https://github.com/alisaifee/limits/releases) - [Changelog](https://github.com/alisaifee/limits/blob/master/HISTORY.rst) - [Commits](alisaifee/limits@3.0.0...5.8.0) --- updated-dependencies: - dependency-name: limits dependency-version: 5.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on limits to permit the latest version.
Release notes
Sourced from limits's releases.
Changelog
Sourced from limits's changelog.
... (truncated)
Commits
cc5eafcUpdate changelog for 5.8.0d309f43Add concurrency controls to CI to cancel previous runs2b88260Upgrade pytest917ecf1Raise url parse error from underlying ValueErrora9a257aUpdate all documentation dependencies6fe4d83Support ipv6 in storage schema uri183403aCentralize storage URI parsing and scheme registry6fd9909Update changelog for 5.7.0dd76b8cupdate tagging script227c7f0Update release notes scriptDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This is a Dependabot-generated bump of the
limitslower-bound from>=3.0.0to>=5.8.0, aligning it with the latest upstream release. The project usesslowapifor HTTP rate limiting in a default, in-memory configuration, and research confirms that the core API surface thatslowapi 0.1.9wraps is preserved inlimits 5.x.Confidence Score: 5/5
Safe to merge — single-line version constraint bump with no behavioral change in the application code.
The only changed line is the
limitslower-bound inpyproject.toml. The app's rate-limiting setup uses the simplest possibleslowapi/limitsconfiguration (in-memory, default strategy, standard key func), and the core API thatslowapi 0.1.9wraps (RateLimitItem, parse) is confirmed present and backward-compatible inlimits 5.x. No P0/P1 issues identified.No files require special attention.
Important Files Changed
limitsminimum version from>=3.0.0to>=5.8.0; the project's simple in-memory slowapi usage is compatible with limits 5.x.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[creditnexus pyproject.toml] -->|limits >=5.8.0| B[limits 5.8.0] A -->|slowapi >=0.1.9| C[slowapi 0.1.9] C -->|depends on limits >=2.3| B B --> D[In-memory Storage] C --> E[Limiter / get_remote_address] E --> F[FastAPI Rate-Limit Middleware] F -->|429 on breach| G[RateLimitExceeded handler]Reviews (1): Last reviewed commit: "chore(deps): update limits requirement f..." | Re-trigger Greptile