Skip to content

Commit ce7b602

Browse files
committed
chore: dep bump
1 parent 9ca7b65 commit ce7b602

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcpo"
3-
version = "0.0.18"
3+
version = "0.0.19"
44
description = "A simple, secure MCP-to-OpenAPI proxy server"
55
authors = [
66
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
@@ -10,8 +10,8 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"click>=8.1.8",
1212
"fastapi>=0.115.12",
13-
"mcp>=1.12.4",
14-
"mcp[cli]>=1.12.4",
13+
"mcp>=1.17.0",
14+
"mcp[cli]>=1.17.0",
1515
"passlib[bcrypt]>=1.7.4",
1616
"pydantic>=2.11.1",
1717
"pyjwt[crypto]>=2.10.1",

0 commit comments

Comments
 (0)