Skip to content

Comments

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fastapi-cli-0.x
Open

chore(deps): update dependency fastapi-cli to v0.0.23#1
renovate[bot] wants to merge 1 commit intomainfrom
renovate/fastapi-cli-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Confidence
fastapi-cli (changelog) ==0.0.4==0.0.23 age confidence

Release Notes

fastapi/fastapi-cli (fastapi-cli)

v0.0.23

Compare Source

Breaking Changes
Refactors

v0.0.22

Compare Source

Internal

v0.0.21

Compare Source

Internal

v0.0.20

Compare Source

Features

v0.0.19

Compare Source

Breaking Changes

v0.0.18

Compare Source

Features
Fixes

v0.0.17

Compare Source

Upgrades
Internal

v0.0.16

Compare Source

Fixes

v0.0.15

Compare Source

Features

You can use it in pyproject.toml like:

[tool.fastapi]
entrypoint = "some.importable_module:app_name"
Internal

v0.0.14

Compare Source

Upgrades
Internal

v0.0.13

Compare Source

Features

v0.0.12

Compare Source

Features
Internal

v0.0.11

Compare Source

Features
  • ✨ Add support for passing apps as fastapi run --entrypoint some.importable_module:app_name. PR #​199 by @​patrick91.

If you have been using Uvicorn like:

$ uvicorn some.importable_module:app_name

Now you can use the same "entrypoint" syntax with fastapi:

$ fastapi run -e some.importable_module:app_name

Or:

$ fastapi run --entrypoint some.importable_module:app_name
Internal

v0.0.10

Compare Source

Features
Internal

v0.0.9

Compare Source

Fixes
  • 🔧 Remove command script fastapi, let it be provided by the fastapi package. PR #​197 by @​tiangolo.

v0.0.8

Compare Source

Features

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

Installing fastapi-cli[standard] now includes fastapi-cloud-cli.

If you want to install fastapi-cli without fastapi-cloud-cli, you can install instead fastapi-cli[standard-no-fastapi-cloud-cli].

You will normally not install fastapi-cli directly, but rather install FastAPI with fastapi[standard], which will include fastapi-cli[standard].

If you want to install fastapi with the standard dependencies except for fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Internal

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
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from ff7ab33 to 673baeb Compare July 13, 2025 04:15
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.7 chore(deps): update dependency fastapi-cli to v0.0.8 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 673baeb to eb04b0e Compare September 1, 2025 14:12
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.8 chore(deps): update dependency fastapi-cli to v0.0.10 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from eb04b0e to 6d11183 Compare September 9, 2025 23:57
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.10 chore(deps): update dependency fastapi-cli to v0.0.11 Sep 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.11 chore(deps): update dependency fastapi-cli to v0.0.12 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch 2 times, most recently from 1645142 to 4b47d82 Compare September 21, 2025 06:53
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.12 chore(deps): update dependency fastapi-cli to v0.0.13 Sep 21, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 4b47d82 to 75f1cb7 Compare October 25, 2025 07:14
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.13 chore(deps): update dependency fastapi-cli to v0.0.14 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 75f1cb7 to 41c9e2f Compare November 16, 2025 15:43
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.14 chore(deps): update dependency fastapi-cli to v0.0.16 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 41c9e2f to 19fdec5 Compare December 22, 2025 23:40
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.16 chore(deps): update dependency fastapi-cli to v0.0.20 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 19fdec5 to 64b42ab Compare February 13, 2026 08:03
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.20 chore(deps): update dependency fastapi-cli to v0.0.21 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/fastapi-cli-0.x branch from 64b42ab to 60a512e Compare February 16, 2026 23:12
@renovate renovate bot changed the title chore(deps): update dependency fastapi-cli to v0.0.21 chore(deps): update dependency fastapi-cli to v0.0.23 Feb 16, 2026
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