Skip to content

Commit e03b40c

Browse files
committed
fix(sftkit): bump dependencies
1 parent 7209689 commit e03b40c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sftkit/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ classifiers = [
1717
]
1818
requires-python = ">=3.11"
1919
dependencies = [
20-
"fastapi>=0.115.6",
21-
"typer>=0.15.1",
20+
"fastapi>=0.115.10",
21+
"typer>=0.15.2",
2222
"uvicorn>=0.34.0",
2323
"asyncpg>=0.30.0",
24-
"pydantic[email]==2.10.4",
24+
"pydantic[email]>=2.10.6",
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)