Skip to content

Commit ae548e5

Browse files

File tree

3 files changed

+83
-77
lines changed

3 files changed

+83
-77
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3333

3434
_Upcoming changes will be written here._
3535

36+
#### libtmux 0.51.0 (#999)
37+
38+
libtmux minimum version bumped from 0.50.1 -> 0.51.0.
39+
40+
Hard API deprecations in libtmux 0.51.0 will cause deprecated APIs that faced only warnings to now error.
41+
3642
## tmuxp 1.59.1 (2025-12-06)
3743

3844
### Breaking changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.50.1",
42+
"libtmux~=0.51.0",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

0 commit comments

Comments
 (0)