Skip to content

Commit 1e20583

Browse files
authored
update typer minimum to 0.16.0 for click 8.2+ compatibility (#19269)
1 parent 8a37e7b commit 1e20583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"pytz>=2021.1,<2026",
4040
"readchar>=4.0.0,<5.0.0",
4141
"sqlalchemy[asyncio]>=2.0,<3.0.0",
42-
"typer>=0.12.0,!=0.12.2,<0.20.0",
42+
"typer>=0.16.0,<0.20.0",
4343
# Client dependencies
4444
# If you modify this list, make the same modification in client/pyproject.toml
4545
"anyio>=4.4.0,<5.0.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)