Skip to content

build: bump typer version#16

Merged
sjquant merged 1 commit intoalphaprime-dev:mainfrom
mingi3314:main
Mar 19, 2025
Merged

build: bump typer version#16
sjquant merged 1 commit intoalphaprime-dev:mainfrom
mingi3314:main

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 alphaprime-dev: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