This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 8cc4cd2d379 [v3-1-test] Add typer-slim as a common development 
dependency (#57383) (#57387)
8cc4cd2d379 is described below

commit 8cc4cd2d379357de3f8e77d08715ca283c97e630
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 00:00:39 2025 +0100

    [v3-1-test] Add typer-slim as a common development dependency (#57383) 
(#57387)
    
    Seems that old version of fast-api does not have typer as dependency
    and when we go to "lowest dependencies" typer is removed even if
    fast-api tests need it.
    
    This PR adds typer-slim (which is trimmed-down version of typer
    that does not bring a typer cli) as common development dependency.
    (cherry picked from commit 00552837406c6b6d5dc30b7e17e3bcebae02b729)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 devel-common/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index c6601b4c1dc..590ad522f9e 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
     "rich>=13.6.0",
     "ruff==0.14.2",
     "semver>=3.0.2",
+    "typer-slim>=0.15.1",
     "time-machine>=2.15.0",
     "wheel>=0.42.0",
     "yamllint>=1.33.0",

Reply via email to