Skip to content

Commit a64d1ee

Browse files
committed
bump minor version and relock
1 parent 5dd79b2 commit a64d1ee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

mcp_python/shared/memory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ async def create_connected_server_and_client_session(
7777

7878
try:
7979
async with ClientSession(
80-
read_stream=client_read, write_stream=client_write,
80+
read_stream=client_read,
81+
write_stream=client_write,
8182
read_timeout_seconds=read_timeout_seconds,
8283
) as client_session:
8384
await client_session.initialize()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-python"
7-
version = "0.3.1.dev"
7+
version = "0.5.0dev"
88
description = "Model Context Protocol implementation for Python"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)