Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastapi/typer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fastapi/typer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: drop-click
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 37 files changed
  • 4 contributors

Commits on Feb 13, 2026

  1. initial vendoring of Click into _click subdir

    * vendor click 8.1.8 into subdir _click for now
    
    * use full version to avoid confusion (for now)
    
    * few import fixes in the vendored files
    
    * fix stderr test
    
    * switch to Click 8.3.1
    
    * remove deprecation warnings for Click 9.0
    
    * update uv lock
    
    * 🎨 Auto format
    
    * remove Python 3.9 test
    
    * avoid ruff E402 warning
    
    * remove code paths for Click < 8.2
    
    * 🎨 Auto format
    
    * remove unused variable
    
    * remove more code specific only to <8.2
    
    * 🎨 Auto format
    
    * remove using_click documentation
    
    * remove reference to Click design difference
    
    * clean up click decorators code
    
    * remove command and group from click's core
    
    * remove Click's shell_complete (Typer overwrites it)
    
    * restore Click's shell_complete for now
    
    * format
    
    * 🎨 Auto format
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    svlandeg and pre-commit-ci-lite[bot] authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    9e9f712 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    136821e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bde5b8 View commit details
    Browse the repository at this point in the history
Loading