mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
chore: bump
This commit is contained in:
@@ -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",
|
||||
|
||||
4
uv.lock
generated
4
uv.lock
generated
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user