Skip to content

Update dependency fastapi to v0.116.1 #189

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Confidence
fastapi (changelog) 0.115.2 -> 0.116.1 age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.116.1

Compare Source

Upgrades
Docs
  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #​13886 by @​YuriiMotov.
Internal

v0.116.0

Compare Source

Features

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations
Internal

v0.115.14

Compare Source

Fixes
Docs
Translations
Internal

v0.115.13

Compare Source

Fixes
  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #​13698 by @​YuriiMotov.
Refactors
Upgrades
Docs
Translations
Internal

v0.115.12

Compare Source

Fixes
Docs
Translations
Internal

v0.115.11

Compare Source

Fixes
Translations
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #​13412 by @​alv2017.
Internal

v0.115.10

Compare Source

Fixes
  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #​13314 by @​Viicos.
Upgrades
Translations

v0.115.9

Compare Source

Fixes
  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #​2939 by @​arthurio.
Refactors
Docs
Translations
Internal

v0.115.8

Compare Source

Fixes
  • 🐛 Fix OAuth2PasswordRequestForm and OAuth2PasswordRequestFormStrict fixed grant_type "password" RegEx. PR #​9783 by @​skarfie123.
Refactors
Docs
Translations
  • 🌐 Add Japanese translation for docs/ja/docs/environment-variables.md. PR #​13226 by @​k94-ishi.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/async-tests.md. PR #​13227 by @​Rishat-F.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #​13252 by @​Rishat-F.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/bigger-applications.md. PR #​13154 by @​alv2017.
Internal

v0.115.7

Compare Source

Upgrades
Refactors
Docs
Translations

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a2d79e5) to head (5e49642).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #189   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          213       213           
=========================================
  Hits           213       213           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 2 times, most recently from a0ccc44 to 9890cb1 Compare October 27, 2024 22:31
@renovate renovate bot changed the title Update dependency fastapi to v0.115.3 Update dependency fastapi to v0.115.4 Oct 27, 2024
Copy link
Contributor

coderabbitai bot commented Oct 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 9890cb1 to 33bd2e1 Compare November 12, 2024 17:33
@renovate renovate bot changed the title Update dependency fastapi to v0.115.4 Update dependency fastapi to v0.115.5 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch 3 times, most recently from 5e49642 to 93bf691 Compare December 4, 2024 02:29
@renovate renovate bot changed the title Update dependency fastapi to v0.115.5 Update dependency fastapi to v0.115.6 Dec 4, 2024
Copy link

sonarqubecloud bot commented Dec 4, 2024

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 93bf691 to efa321c Compare January 23, 2025 00:34
@renovate renovate bot changed the title Update dependency fastapi to v0.115.6 Update dependency fastapi to v0.115.7 Jan 23, 2025
Copy link
Contributor Author

renovate bot commented Jan 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv bss-web-file-server-N2utv775-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because bss-web-file-server depends on fastapi[all] (0.116.1) which depends on python-multipart (>=0.0.18), python-multipart is required.
So, because bss-web-file-server depends on python-multipart (0.0.10), version solving failed.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from efa321c to 21584d4 Compare January 30, 2025 14:45
@renovate renovate bot changed the title Update dependency fastapi to v0.115.7 Update dependency fastapi to v0.115.8 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 21584d4 to 9fd4a69 Compare February 27, 2025 19:25
@renovate renovate bot changed the title Update dependency fastapi to v0.115.8 Update dependency fastapi to v0.115.9 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 9fd4a69 to 52f62c3 Compare February 28, 2025 19:55
@renovate renovate bot changed the title Update dependency fastapi to v0.115.9 Update dependency fastapi to v0.115.10 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 52f62c3 to 9d6fcca Compare March 1, 2025 22:58
@renovate renovate bot changed the title Update dependency fastapi to v0.115.10 Update dependency fastapi to v0.115.11 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 9d6fcca to 008ecb5 Compare March 24, 2025 03:09
@renovate renovate bot changed the title Update dependency fastapi to v0.115.11 Update dependency fastapi to v0.115.12 Mar 24, 2025
Copy link

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 008ecb5 to e58dcf9 Compare June 17, 2025 12:55
@renovate renovate bot changed the title Update dependency fastapi to v0.115.12 Update dependency fastapi to v0.115.13 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from e58dcf9 to 8d4c888 Compare June 26, 2025 17:29
@renovate renovate bot changed the title Update dependency fastapi to v0.115.13 Update dependency fastapi to v0.115.14 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 8d4c888 to aaa7521 Compare July 7, 2025 19:55
@renovate renovate bot changed the title Update dependency fastapi to v0.115.14 Update dependency fastapi to v0.116.0 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from aaa7521 to b0c607f Compare July 11, 2025 20:00
@renovate renovate bot changed the title Update dependency fastapi to v0.116.0 Update dependency fastapi to v0.116.1 Jul 11, 2025
Copy link

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