Skip to content

Conversation

@savannahostrowski
Copy link
Member

@savannahostrowski savannahostrowski commented Nov 10, 2025

This PR adds a new optional dependency group for new, to include https://github.com/fastapi/fastapi-new. This enables users to install fastapi-cli[standard, new] to get all the standard packages as well as the new command.

"uvicorn[standard] >= 0.15.0",
]
new = [
"fastapi-new >= 0.0.2 ; python_version >= '3.10'",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required until we drop support for 3.8 and 3.9 💥

@savannahostrowski savannahostrowski added dependencies Pull requests that update a dependency file feature New feature or request labels Nov 10, 2025
@savannahostrowski savannahostrowski marked this pull request as ready for review November 10, 2025 23:16
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 feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants