Skip to content

Commit 8cc4cd2

Browse files
[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 0055283) Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
1 parent 84e4c57 commit 8cc4cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devel-common/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"rich>=13.6.0",
3838
"ruff==0.14.2",
3939
"semver>=3.0.2",
40+
"typer-slim>=0.15.1",
4041
"time-machine>=2.15.0",
4142
"wheel>=0.42.0",
4243
"yamllint>=1.33.0",

0 commit comments

Comments
 (0)