Tmuxp

Latest version: v1.55.0

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 29

1.52.0

_Maintenance only, no bug fixes or new features_

Development

- libtmux: Bump minimum version from 0.40.1 -> 0.42.0 (958)

- `run_before_script()`: Remove reliance on `console_to_str()`

1.51.0

_Maintenance only, no bug fixes or new features_

Development

chore: Implement PEP 563 deferred annotation resolution (957)

- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
- Enable Ruff checks for PEP-compliant annotations:
- [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
- [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)

For more details on PEP 563, see: https://peps.python.org/pep-0563/

1.50.1

Development

- libtmux: Bump minimum version 0.40.0 -> 0.40.1 (956)

Bug fix for server environmental variables from https://github.com/tmux-python/libtmux/pull/553.
Thank you ppentchev!

1.50.0

_Maintenance only, no bug fixes or new features_

Development

- libtmux: Bump minimum version 0.39.0 -> 0.40.0 (954)

Adopts Python 3.9 syntax features

- Aggressive automated lint fixes via `ruff` (953)

via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:

sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .

1.49.0

_Maintenance only, no bug fixes or new features_

Breaking changes

- Drop Python 3.8. end of life was October 7th, 2024 (951)

tmuxp 1.48.0 was the last release for Python 3.8.

The minimum python for tmuxp as of 1.49.0 is Python 3.9
- libtmux 0.38.1 -> 0.39.0 (Minimum Python version of 3.9)

1.48.0

_Maintenance only, no bug fixes or new features_

Breaking changes

Project and package management: poetry to uv (949)

[uv] is the new package and project manager for the project, replacing Poetry.

[uv]: https://github.com/astral-sh/uv

Build system: poetry to hatchling (949)

[Build system] moved from [poetry] to [hatchling].

[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
[poetry]: https://github.com/python-poetry/poetry
[hatchling]: https://hatch.pypa.io/latest/

Minimum libtmux version 0.37.0 -> 0.38.1 (950)

Built with uv.

Development

- Code quality: Use f-strings in more places (931)

via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md).

[uv]: https://github.com/astral-sh/uv

Page 2 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.