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

feat(Dependencies): Update dependency fastapi to v0.111.1 #399

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ==0.110.3 -> ==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.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor labels May 3, 2024
@renovate renovate bot requested a review from a team May 3, 2024 01:04
@renovate renovate bot force-pushed the deps/fastapi-0.x branch from 179126e to 7cb81f1 Compare May 6, 2024 04:54
@renovate renovate bot force-pushed the deps/fastapi-0.x branch 2 times, most recently from 54365dd to ec8fab0 Compare June 14, 2024 09:19
@renovate renovate bot force-pushed the deps/fastapi-0.x branch from ec8fab0 to f7de669 Compare June 21, 2024 05:46
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| pypi       | fastapi | 0.110.3 | 0.111.1 |
@renovate renovate bot force-pushed the deps/fastapi-0.x branch from f7de669 to 96d8276 Compare July 14, 2024 18:56
@renovate renovate bot changed the title feat(Dependencies): Update dependency fastapi to v0.111.0 feat(Dependencies): Update dependency fastapi to v0.111.1 Jul 14, 2024
@qqmok qqmok merged commit f7d8c67 into dev Jul 17, 2024
1 check passed
@qqmok qqmok deleted the deps/fastapi-0.x branch July 17, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant