devops-reference
devops-reference copied to clipboard
Bump fastapi from 0.104.0 to 0.109.1 in /examples/kubernetes-tilt-dev/apps/python-fastapi-app
Bumps fastapi from 0.104.0 to 0.109.1.
Release notes
Sourced from fastapi's releases.
0.109.1
Security fixes
- ⬆️ Upgrade minimum version of
python-multipartto>=0.0.7to fix a vulnerability when using form data with a ReDos attack. You can also simply upgradepython-multipart.Read more in the advisory: Content-Type Header ReDoS.
Features
- ✨ Include HTTP 205 in status codes with no body. PR #10969 by
@tiangolo.Refactors
- ✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR #10876 by
@emmettbutler.- ♻️ Simplify string format with f-strings in
fastapi/utils.py. PR #10576 by@eukub.- 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR #10893 by
@jiridanek.- ✅ Re-enable test in
tests/test_tutorial/test_header_params/test_tutorial003.pyafter fix in Starlette. PR #10904 by@ooknimm.Docs
- 📝 Tweak wording in
help-fastapi.md. PR #11040 by@tiangolo.- 📝 Tweak docs for Behind a Proxy. PR #11038 by
@tiangolo.- 📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR #11036 by
@Donnype.- 📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR #11029 by
@jtemporal.- 📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR #10979 by
@tiangolo.- ✏️ Fix typo in
fastapi/security/oauth2.py. PR #10972 by@RafalSkolasinski.- 📝 Update
HTTPExceptiondetails indocs/en/docs/tutorial/handling-errors.md. PR #5418 by@papb.- ✏️ A few tweaks in
docs/de/docs/tutorial/first-steps.md. PR #10959 by@nilslindemann.- ✏️ Fix link in
docs/en/docs/advanced/async-tests.md. PR #10960 by@nilslindemann.- ✏️ Fix typos for Spanish documentation. PR #10957 by
@jlopezlira.- 📝 Add warning about lifespan functions and backwards compatibility with events. PR #10734 by
@jacob-indigo.- ✏️ Fix broken link in
docs/tutorial/sql-databases.mdin several languages. PR #10716 by@theoohoho.- ✏️ Remove broken links from
external_links.yml. PR #10943 by@Torabek.- 📝 Update template docs with more info about
url_for. PR #5937 by@EzzEddin.- 📝 Update usage of Token model in security docs. PR #9313 by
@piotrszacilowski.- ✏️ Update highlighted line in
docs/en/docs/tutorial/bigger-applications.md. PR #5490 by@papb.- 📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR #10212 by
@aanchlia.- 📝 Add hyperlink to
docs/en/docs/tutorial/static-files.md. PR #10243 by@hungtsetse.- 📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR #9440 by
@softwarebloat.- 📝 Review and rewording of
en/docs/contributing.md. PR #10480 by@nilslindemann.- 📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR #9701 by
@mnrozhkov.- 📝 Reword in docs, from "have in mind" to "keep in mind". PR #10376 by
@malicious.- 📝 Add External Link: Talk by Jeny Sadadia. PR #10265 by
@JenySadadia.- 📝 Add location info to
tutorial/bigger-applications.md. PR #10552 by@nilslindemann.- ✏️ Fix Pydantic method name in
docs/en/docs/advanced/path-operation-advanced-configuration.md. PR #10826 by@ahmedabdou14.Translations
- 🌐 Add Spanish translation for
docs/es/docs/external-links.md. PR #10933 by@pablocm83.- 🌐 Update Korean translation for
docs/ko/docs/tutorial/first-steps.md,docs/ko/docs/tutorial/index.md,docs/ko/docs/tutorial/path-params.md, anddocs/ko/docs/tutorial/query-params.md. PR #4218 by@SnowSuno.
... (truncated)
Commits
7633d15🔖 Release version 0.109.1a4de147📝 Update release notes9d34ad0Merge pull request from GHSA-qf9m-vfgh-m389ebf9723📝 Update release notes8590d0c👥 Update FastAPI People (#11074)063d7ff📝 Update release notes3c81e62🌐 Add Spanish translation fordocs/es/docs/external-links.md(#10933)6c4a143📝 Update release notesd254e2f🌐 Update Korean translation fordocs/ko/docs/tutorial/first-steps.md, `docs...6f6e786📝 Update release notes- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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) You can disable automated security fix PRs for this repo from the Security Alerts page.
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.
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?
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>.Generate unit-tests for this file.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit tests for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin 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 generate interesting stats about this repository from git and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit tests.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
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 as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger a review. This is useful when automatic reviews are disabled for the repository.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - The JSON schema for the configuration file is available here.
- 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/coderabbit-overrides.v2.json
CodeRabbit Discord Community
Join our Discord Community to get help, request features, and share feedback.