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: 0.23.1
Choose a base ref
...
head repository: fastapi/typer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.23.2
Choose a head ref
  • 9 commits
  • 6 files changed
  • 7 contributors

Commits on Feb 13, 2026

  1. ⬆ Bump ruff from 0.15.0 to 0.15.1 (#1541)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.0 to 0.15.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.15.0...0.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.15.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    e5df3a5 View commit details
    Browse the repository at this point in the history
  2. 📝 Update release notes

    [skip ci]
    github-actions[bot] committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    fc20e31 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. ✅ Monkeypatch console width to allow running pytest directly (#1542)

    * Fix help tests failing due to terminal width wrapping
    
    * Use monkeypatch to fix terminal width in help tests
    
    * 🎨 Auto format
    
    * Remove empty line
    
    * Clean up
    
    * Add inline comment
    
    ---------
    
    Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
    Co-authored-by: Sofie Van Landeghem <[email protected]>
    3 people authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    3f25640 View commit details
    Browse the repository at this point in the history
  2. 📝 Update release notes

    [skip ci]
    github-actions[bot] committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    54b4477 View commit details
    Browse the repository at this point in the history
  3. ⬆ Bump prek from 0.3.2 to 0.3.3 (#1545)

    Bumps [prek](https://github.com/j178/prek) from 0.3.2 to 0.3.3.
    - [Release notes](https://github.com/j178/prek/releases)
    - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
    - [Commits](j178/prek@v0.3.2...v0.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: prek
      dependency-version: 0.3.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    5a13460 View commit details
    Browse the repository at this point in the history
  4. 📝 Update release notes

    [skip ci]
    github-actions[bot] committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    ccd7669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    459030e View commit details
    Browse the repository at this point in the history
  6. 📝 Update release notes

    [skip ci]
    github-actions[bot] committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    b51b821 View commit details
    Browse the repository at this point in the history
  7. 🔖 Release version 0.23.2

    tiangolo committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    2bf1e4d View commit details
    Browse the repository at this point in the history
Loading