Commit 3898c36
authored
libtmux: Bump to v0.51.0, update method name (#31)
* refactor(clients/tmux): Update session.kill_session() to session.kill()
why: libtmux v0.51.0 raises DeprecatedError for legacy API kill_session()
what:
- Replace session.kill_session() with session.kill()
* build(deps): Bump libtmux to ==0.51.0
why: Update to latest libtmux with improved API and DeprecatedError for legacy APIs
what:
- Update pyproject.toml dependency constraint from >=0.37.0 to ==0.51.0
* py(deps) Lock with libtmux 0.51.01 parent 6b605de commit 3898c36
File tree
3 files changed
+18
-8
lines changed- src/cli_agent_orchestrator/clients
3 files changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments