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

build: bump typer version #16

Merged
merged 1 commit into from
Mar 19, 2025
Merged

build: bump typer version #16

merged 1 commit into from
Mar 19, 2025

Conversation

mingi3314
Copy link
Contributor

TL;DR

Upgraded Typer dependency from v0.9.0 to v0.15.2.

What changed?

  • Updated Typer dependency from v0.9.0 to v0.15.2 in pyproject.toml
  • Poetry.lock was updated to reflect this change, including new dependencies required by the newer Typer version:
    • Added markdown-it-py v3.0.0
    • Added mdurl v0.1.2
    • Added pygments v2.19.1
    • Added rich v13.9.4
    • Added shellingham v1.5.4

How to test?

  1. Run poetry install to update dependencies
  2. Verify that your CLI application still works as expected
  3. Check that any Typer-specific functionality continues to work properly

Why make this change?

The upgrade to Typer v0.15.2 provides access to newer features and bug fixes. This version includes Rich for improved terminal output formatting and Shellingham for better shell detection, which are now direct dependencies rather than optional extras.

@sjquant sjquant merged commit 816684e into sjquant:main Mar 19, 2025
1 check passed
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.

2 participants