Skip to content

Commit

Permalink
Restrict anyio to 4.6 and above
Browse files Browse the repository at this point in the history
We are using features from 4.6 so we want to make sure we use
a recednt one
  • Loading branch information
dsp-ant committed Nov 18, 2024
1 parent 15616ef commit 73d8de9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
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
22 changes: 9 additions & 13 deletions uv.lock

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

0 comments on commit 73d8de9

Please sign in to comment.