Skip to content

Commit a94d06f

Browse files
authored
fix: update typer version constraint to >=0.19 for Literal type support
1 parent 66ecf62 commit a94d06f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"sqlalchemy[asyncio]>=2.0,<3",
3838
"structlog>=25.1.0,<26",
3939
"that-depends>=3.4.1,<4",
40-
"typer>=0.12,<1",
40+
"typer>=0.19,<1",
4141
"uvloop>=0.21.0,<1 ; platform_system != 'Windows'",
4242
]
4343

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)