Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
_Notes on upcoming releases will be added here_
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### Dependencies

- Minimum `libtmux>=0.55.1` (was `>=0.55.0`). 0.55.1 ships the
pytest-plugin socket-reaper fix
([tmux-python/libtmux#661](https://github.com/tmux-python/libtmux/pull/661))
so `libtmux_test*` daemons and socket files no longer leak under
`/tmp/tmux-<uid>/` during test runs. Downstream effect: no local
conftest reaper is needed in libtmux-mcp — the upstream fixtures
self-clean.

## libtmux-mcp 0.1.0a2 (2026-04-19)

_FastMCP alignment: new tools, prompts, and middleware (#15)_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include = [
]

dependencies = [
"libtmux>=0.55.0,<1.0",
"libtmux>=0.55.1,<1.0",
"fastmcp>=3.2.4,<4.0.0",
]

Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

Loading