Skip to content

Commit d1e3739

Browse files
committed
refactor: simplify redis dependency by removing unnecessary asyncio extra
1 parent e125c7e commit d1e3739

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
rich = ["rich>=13.9.4"]
4848
cli = ["typer>=0.16.0", "python-dotenv>=1.0.0"]
4949
ws = ["websockets>=15.0.1"]
50-
redis = ["redis[asyncio]>=4.2.0"]
50+
redis = ["redis>=4.2.0"]
5151

5252
[project.scripts]
5353
mcp = "mcp.cli:app [cli]"

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)