Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ==0.105.0 -> ==0.111.1 age adoption passing confidence

Release Notes

tiangolo/fastapi (fastapi)

v0.111.1

Compare Source

Upgrades
  • ➖ Remove orjson and ujson from default dependencies. PR #​11842 by @​tiangolo.
    • These dependencies are still installed when you install with pip install "fastapi[all]". But they not included in pip install fastapi.
  • 📝 Restored Swagger-UI links to use the latest version possible. PR #​11459 by @​UltimateLobster.
Docs
Translations
Internal

v0.111.0

Compare Source

Features

Try it out with:

$ pip install --upgrade fastapi

$ fastapi dev main.py

 ╭────────── FastAPI CLI - Development mode ───────────╮
 │                                                     │
 │  Serving at: http://127.0.0.1:8000                  │
 │                                                     │
 │  API docs: http://127.0.0.1:8000/docs               │
 │                                                     │
 │  Running in development mode, for production use:   │
 │                                                     │
 │  fastapi run                                        │
 │                                                     │
 ╰─────────────────────────────────────────────────────╯

INFO:     Will watch for changes in these directories: ['/home/user/code/awesomeapp']
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [2248755] using WatchFiles
INFO:     Started server process [2248757]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
Refactors
  • 🔧 Add configs and setup for fastapi-slim including optional extras fastapi-slim[standard], and fastapi including by default the same standard extras. PR #​11503 by @​tiangolo.

v0.110.3

Compare Source

Latest Changes

Docs
Translations
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/benchmarks.md. PR #​11484 by @​KNChiu.
  • 🌐 Update Chinese translation for docs/zh/docs/fastapi-people.md. PR #​11476 by @​billzhong.
  • 🌐 Add Chinese translation for docs/zh/docs/how-to/index.md and docs/zh/docs/how-to/general.md. PR #​11443 by @​billzhong.
  • 🌐 Add Spanish translation for cookie-params docs/es/docs/tutorial/cookie-params.md. PR #​11410 by @​fabianfalon.
Internal

v0.110.2

Compare Source

Fixes
  • 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic UndefinedType. PR #​9929 by @​arjwilliams.
Refactors
  • ♻️ Simplify Pydantic configs in OpenAPI models in fastapi/openapi/models.py. PR #​10886 by @​JoeTanto2.
  • ✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR #​11461 by @​tiangolo.
Docs
Translations
Internal

v0.110.1

Compare Source

Fixes
Refactors
Upgrades
  • ⬆️ Upgrade Starlette to >=0.37.2,<0.38.0, remove Starlette filterwarning for internal tests. PR #​11266 by @​nothielf.
Docs
Translations
Internal

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 25, 2023

Important

Auto 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.


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?

Share
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 testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @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 pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to 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.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 changed the title chore(deps): update dependency fastapi to v0.106.0 chore(deps): update dependency fastapi to v0.107.0 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 28764b8 to 3a6bde1 Compare December 26, 2023 19:56
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.107.0 chore(deps): update dependency fastapi to v0.108.0 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 3a6bde1 to 7331828 Compare December 26, 2023 21:49
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 7331828 to d95bdb9 Compare January 11, 2024 20:14
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.108.0 chore(deps): update dependency fastapi to v0.109.0 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from d95bdb9 to 45d5d75 Compare February 3, 2024 13:46
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.109.0 chore(deps): update dependency fastapi to v0.109.1 Feb 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.109.1 chore(deps): update dependency fastapi to v0.109.2 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 45d5d75 to a87964a Compare February 5, 2024 01:06
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from a87964a to 682a410 Compare February 25, 2024 01:26
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.109.2 chore(deps): update dependency fastapi to v0.110.0 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 682a410 to 65fda6a Compare April 2, 2024 04:02
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.0 chore(deps): update dependency fastapi to v0.110.1 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 65fda6a to 890c36e Compare April 19, 2024 01:31
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.1 chore(deps): update dependency fastapi to v0.110.2 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 890c36e to 4657580 Compare April 30, 2024 02:18
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.2 chore(deps): update dependency fastapi to v0.110.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from 4657580 to dc82558 Compare May 3, 2024 00:49
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.110.3 chore(deps): update dependency fastapi to v0.111.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/fastapi-0.x branch from dc82558 to 1287f68 Compare July 14, 2024 19:29
@renovate renovate bot changed the title chore(deps): update dependency fastapi to v0.111.0 chore(deps): update dependency fastapi to v0.111.1 Jul 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant