From 86c58ffccf7e59a831688fe7d1d1b9d25fce24b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Wed, 20 May 2026 16:01:56 +0800 Subject: [PATCH] update dep --- poetry.lock | 22 +--------------------- requirements.txt | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index b9bba52..a6920a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2765,26 +2765,6 @@ cli = ["python-dotenv (>=1.0.0)", "typer (>=0.16.0)"] rich = ["rich (>=13.9.4)"] ws = ["websockets (>=15.0.1)"] -[[package]] -name = "mcp-ui-server" -version = "1.0.0" -description = "mcp-ui Server SDK for Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "mcp_ui_server-1.0.0-py3-none-any.whl", hash = "sha256:85f53b2e4300fbd175f1fbb7c40f2566b1f4a4ad03a1f33647867c82a3159dcc"}, - {file = "mcp_ui_server-1.0.0.tar.gz", hash = "sha256:5ab8f17b93bf794966af7c35e9a575e4f21a9ba2bab3d316cfc107a15f88a3c9"}, -] - -[package.dependencies] -mcp = ">=1.0.0" -pydantic = ">=2.0.0" -typing-extensions = ">=4.0.0" - -[package.extras] -dev = ["pyright (>=1.1.0)", "pytest (>=7.0.0)", "ruff (>=0.1.0)"] - [[package]] name = "mdit-py-plugins" version = "0.5.0" @@ -7152,4 +7132,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "9c949ca9f49b62502571dadab242919fad5e90621f187998e6abdcbcbd448fe4" +content-hash = "dc130664802ad1344adc341931036a343f9892934a41bbc15c48663d0146696b" diff --git a/requirements.txt b/requirements.txt index 01994d9..0b6933b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,7 +95,6 @@ linkify-it-py==2.1.0 ; python_version >= "3.12" and python_version < "3.15" markdown-it-py==4.0.0 ; python_version >= "3.12" and python_version < "3.15" markdownify==1.2.2 ; python_version >= "3.12" and python_version < "3.15" markupsafe==3.0.3 ; python_version >= "3.12" and python_version < "3.15" -mcp-ui-server==1.0.0 ; python_version >= "3.12" and python_version < "3.15" mcp==1.12.4 ; python_version >= "3.12" and python_version < "3.15" mdit-py-plugins==0.5.0 ; python_version >= "3.12" and python_version < "3.15" mdurl==0.1.2 ; python_version >= "3.12" and python_version < "3.15"