Skip to content

Commit 1ebb084

Browse files
committed
Automated pre-commit update
1 parent 5b48892 commit 1ebb084

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

codegen-examples/examples/codegen-mcp-server/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "MCP server implementation adding tools for the Codegen SDK"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"codegen>=0.14.5",
9-
"fastmcp>=1.2.1",
10-
"uvicorn>=0.27.1",
11-
"fastapi>=0.110.0",
12-
"pydantic>=2.6.3",
13-
"rich>=13.7.1",
14-
"click>=8.1.7",
8+
"codegen>=0.14.5",
9+
"fastmcp>=1.2.1",
10+
"uvicorn>=0.27.1",
11+
"fastapi>=0.110.0",
12+
"pydantic>=2.6.3",
13+
"rich>=13.7.1",
14+
"click>=8.1.7",
1515
]
1616

1717
[tool.poetry.scripts]

0 commit comments

Comments
 (0)