chore: bump

This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 18:23:35 -07:00
parent 17e858af4d
commit 8330223d19
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "mcpo"
version = "0.0.8"
version = "0.0.9"
description = "A simple, secure MCP-to-OpenAPI proxy server"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
@ -12,6 +12,7 @@ dependencies = [
"fastapi>=0.115.12",
"mcp>=1.6.0",
"passlib[bcrypt]>=1.7.4",
"pydantic>=2.11.1",
"pyjwt[crypto]>=2.10.1",
"typer>=0.15.2",
"uvicorn>=0.34.0",

View File

@ -294,13 +294,14 @@ wheels = [
[[package]]
name = "mcpo"
version = "0.0.6"
version = "0.0.9"
source = { editable = "." }
dependencies = [
{ name = "click" },
{ name = "fastapi" },
{ name = "mcp" },
{ name = "passlib", extra = ["bcrypt"] },
{ name = "pydantic" },
{ name = "pyjwt", extra = ["crypto"] },
{ name = "typer" },
{ name = "uvicorn" },
@ -312,6 +313,7 @@ requires-dist = [
{ name = "fastapi", specifier = ">=0.115.12" },
{ name = "mcp", specifier = ">=1.6.0" },
{ name = "passlib", extras = ["bcrypt"], specifier = ">=1.7.4" },
{ name = "pydantic", specifier = ">=2.11.1" },
{ name = "pyjwt", extras = ["crypto"], specifier = ">=2.10.1" },
{ name = "typer", specifier = ">=0.15.2" },
{ name = "uvicorn", specifier = ">=0.34.0" },