Update typer-slim dependency to typer#289
Merged
shanjiaz merged 1 commit intovllm-project:mainfrom Feb 17, 2026
Merged
Conversation
Signed-off-by: Sofie Van Landeghem <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the dependency from typer-slim to typer in response to the upstream deprecation of typer-slim. Starting from v0.22.0, typer-slim will be functionally equivalent to typer with shellingham and rich included by default. Since this project already depends on rich, the change adds only shellingham as a new transitive dependency with minimal impact.
Changes:
- Replace
typer-slim>=0.12.0withtyper>=0.12.0in project dependencies
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fynnsu
approved these changes
Feb 13, 2026
Collaborator
fynnsu
left a comment
There was a problem hiding this comment.
Thank you for opening the pr!
shanjiaz
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! Just a quick heads-up that we've removed support for
typer-slim. From v0.22.0 onwards,typer-slimwill be the same astyper, with external requirementsshellinghamandrichinstalled by default, see fastapi/typer#1522. I saw thatrichis already an external dependency of this library so this should have little influence.huggingface-hubhas also switched to usingtyperinstead oftyper-slim.Let me know if you have any questions/concerns!