bump and constraint

This commit is contained in:
David Soria Parra
2024-11-19 12:33:23 +00:00
parent a17b6c9e53
commit 46a960f6d5
2 changed files with 14 additions and 14 deletions

View File

@@ -24,11 +24,11 @@ classifiers = [
]
dependencies = [
"anyio>=4.6",
"httpx",
"httpx-sse",
"pydantic>=2.0.0",
"starlette",
"sse-starlette",
"httpx>=0.27",
"httpx-sse>=0.4",
"pydantic>=2.8.0",
"starlette>=0.39",
"sse-starlette>=2.0",
]
[tool.hatch.build.targets.wheel]

18
uv.lock generated
View File

@@ -171,7 +171,7 @@ wheels = [
[[package]]
name = "mcp"
version = "0.9.0.dev0"
version = "1.0.0.dev0"
source = { editable = "." }
dependencies = [
{ name = "anyio" },
@@ -193,11 +193,11 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "anyio", specifier = ">=4.6" },
{ name = "httpx" },
{ name = "httpx-sse" },
{ name = "pydantic", specifier = ">=2.0.0" },
{ name = "sse-starlette" },
{ name = "starlette" },
{ name = "httpx", specifier = ">=0.27" },
{ name = "httpx-sse", specifier = ">=0.4" },
{ name = "pydantic", specifier = ">=2.8.0" },
{ name = "sse-starlette", specifier = ">=2.0" },
{ name = "starlette", specifier = ">=0.39" },
]
[package.metadata.requires-dev]
@@ -525,14 +525,14 @@ wheels = [
[[package]]
name = "starlette"
version = "0.41.2"
version = "0.41.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
]
sdist = { url = "https://files.pythonhosted.org/packages/3e/da/1fb4bdb72ae12b834becd7e1e7e47001d32f91ec0ce8d7bc1b618d9f0bd9/starlette-0.41.2.tar.gz", hash = "sha256:9834fd799d1a87fd346deb76158668cfa0b0d56f85caefe8268e2d97c3468b62", size = 2573867 }
sdist = { url = "https://files.pythonhosted.org/packages/1a/4c/9b5764bd22eec91c4039ef4c55334e9187085da2d8a2df7bd570869aae18/starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835", size = 2574159 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/54/43/f185bfd0ca1d213beb4293bed51d92254df23d8ceaf6c0e17146d508a776/starlette-0.41.2-py3-none-any.whl", hash = "sha256:fbc189474b4731cf30fcef52f18a8d070e3f3b46c6a04c97579e85e6ffca942d", size = 73259 },
{ url = "https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7", size = 73225 },
]
[[package]]