Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mcp"
version = "0.8.0"
version = "0.8.0.dev0"
description = "Model Context Protocol implementation for Python"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"anyio",
"anyio>=4.6",
"httpx",
"httpx-sse",
"pydantic>=2.0.0",
Expand Down
56 changes: 28 additions & 28 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.