Skip to content
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

Update dependency fastapi to v0.115.8 #101

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi (changelog) ==0.103.1 -> ==0.115.8 age adoption passing confidence

Release Notes

fastapi/fastapi (fastapi)

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
Internal

v0.115.6

Compare Source

Fixes
  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #​5823 by @​sombek.
Refactors
  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #​12971 by @​tamird.
Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #​12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #​12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #​12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #​12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #​12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #​12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #​12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #​12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #​12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #​12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #​12949 by @​tiangolo.
Internal

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal

[v0.115.4](https://redirect.git


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 is behind base branch, 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

dryrunsecurity bot commented Dec 4, 2024

DryRun Security Summary

The pull request updates the FastAPI library version from 0.103.1 to 0.115.8 in requirements.txt, while emphasizing the importance of reviewing the changelog and ensuring all dependencies are secure and up-to-date.

Expand for full summary

Summary:

The changes in this pull request involve updating the version of the fastapi library from 0.103.1 to 0.115.8 in the requirements.txt file. This is a significant version update, and it's important to review the changelog and release notes to understand what changes have been made, as they may impact the application's security.

Additionally, the requirements.txt file contains several other third-party libraries, including questionary, tabulate, kubernetes, and uvicorn. It's crucial to review the versions of these libraries and ensure they are up-to-date and do not contain any known security vulnerabilities. Implementing a robust dependency management process, including regular vulnerability scanning, is essential for maintaining the security and stability of the application.

Files Changed:

  • requirements.txt: This file has been updated to change the version of the fastapi library from 0.103.1 to 0.115.8. This is a significant version update, and it's important to review the changelog and release notes to understand what changes have been made, as they may impact the application's security. The file also contains several other third-party libraries, and it's essential to review the versions of these libraries and ensure they are up-to-date and do not contain any known security vulnerabilities.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

View PR in the DryRun Dashboard.

@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 38e3ce4 to 55db205 Compare January 23, 2025 00:22
@renovate renovate bot changed the title Update dependency fastapi to v0.115.6 Update dependency fastapi to v0.115.7 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 55db205 to 99f6d80 Compare January 30, 2025 19:40
@renovate renovate bot changed the title Update dependency fastapi to v0.115.7 Update dependency fastapi to v0.115.8 Jan 30, 2025
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