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

chore(deps): update dependency fastapi-cli to v0.0.7 #1

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi-cli (changelog) ==0.0.4 -> ==0.0.7 age adoption passing confidence

Release Notes

fastapi/fastapi-cli (fastapi-cli)

v0.0.7

Compare Source

Fixes
Internal

v0.0.6

Compare Source

Features
Fixes
Internal

v0.0.5

Compare Source

Breaking Changes
  • ♻️ Add fastapi-cli[standard] including Uvicorn, make fastapi-cli and fastapi-cli-slim have the same packages. PR #​55 by @​tiangolo.
  • ➕ Keep Uvicorn in default dependencies. PR #​57 by @​tiangolo.
Summary

Install with:

pip install "fastapi[standard]"

Or if for some reason installing only the FastAPI CLI:

pip install "fastapi-cli[standard]"
Technical Details

Before this, fastapi-cli would include Uvicorn and fastapi-cli-slim would not include Uvicorn.

In a future version, fastapi-cli will not include Uvicorn unless it is installed with fastapi-cli[standard].

FastAPI version 0.112.0 has a fastapi[standard] and that one includes fastapi-cli[standard].

Before, you would install pip install fastapi, or pip install fastapi-cli. Now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

In a future version, fastapi-cli will not include Uvicorn unless it is installed with fastapi-cli[standard].

Refactors
Docs
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.

@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 00fae5e to 876aa44 Compare December 6, 2024 05:42
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.5 chore(deps): update dependency fastapi-cli to v0.0.6 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 876aa44 to ff7ab33 Compare December 16, 2024 02:17
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.6 chore(deps): update dependency fastapi-cli to v0.0.7 Dec 16, 2024
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