Skip to content

Commit 3c9b051

Browse files
authored
relax fastmcp dep constraint (#128)
* relax fastmcp dep * 2.13.0
1 parent f710192 commit 3c9b051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">=3.10,<4.0"
2929
license = "Apache-2.0"
3030
keywords = ["Apache Polaris", "Polaris", "Model Context Protocol"]
3131
dependencies = [
32-
"fastmcp>=2.13.0.2",
32+
"fastmcp>=2.13.0",
3333
"urllib3>=1.25.3,<3.0.0",
3434
"python-json-logger>=4.0.0",
3535
"python-dotenv>=1.2.1",

0 commit comments

Comments
 (0)