mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
Merge branch 'v1.1.x'
This commit is contained in:
@@ -26,11 +26,11 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
dependencies = [
|
||||
"anyio>=4.6",
|
||||
"anyio>=4.5",
|
||||
"httpx>=0.27",
|
||||
"httpx-sse>=0.4",
|
||||
"pydantic>=2.8.0",
|
||||
"starlette>=0.39",
|
||||
"pydantic>=2.7.2",
|
||||
"starlette>=0.27",
|
||||
"sse-starlette>=2.0",
|
||||
]
|
||||
|
||||
@@ -59,6 +59,7 @@ target-version = "py310"
|
||||
"__init__.py" = ["F401"]
|
||||
|
||||
[tool.uv]
|
||||
resolution = "lowest-direct"
|
||||
dev-dependencies = [
|
||||
"pyright>=1.1.378",
|
||||
"pytest>=8.3.3",
|
||||
|
||||
Reference in New Issue
Block a user