Skip to content

build(deps): update fastapi requirement from ^0.135.1 to >=0.135.1,<0.137.0 in the core-deps group across 1 directory - #20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/core-deps-51dbc9aaa5
Closed

build(deps): update fastapi requirement from ^0.135.1 to >=0.135.1,<0.137.0 in the core-deps group across 1 directory#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/core-deps-51dbc9aaa5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on fastapi to permit the latest version.
Updates fastapi to 0.136.0

Release notes

Sourced from fastapi's releases.

0.136.0

Upgrades

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated FastAPI dependency constraint to restrict versions to a bounded interval, ensuring compatibility with versions from 0.135.1 up to but excluding 0.137.0.

Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.

Updates `fastapi` to 0.136.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.135.1...0.136.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.0
  dependency-type: direct:production
  dependency-group: core-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown

Walkthrough

The fastapi dependency version constraint in pyproject.toml was modified from a caret constraint (^0.135.1) to an explicit bounded range (>=0.135.1,<0.137.0), restricting updates to versions below 0.137.0.

Changes

Cohort / File(s) Summary
Dependency Version Constraint
pyproject.toml
Updated fastapi dependency from caret range (^0.135.1) to bounded interval (>=0.135.1,<0.137.0), establishing an explicit upper version bound.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and specifically describes the main change: updating the fastapi dependency constraint from a caret range to a bounded interval in the core-deps group.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/pip/core-deps-51dbc9aaa5

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like fastapi is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/core-deps-51dbc9aaa5 branch June 8, 2026 06:12
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

Successfully merging this pull request may close these issues.

0 participants