You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
livekit: release py 0.8.0, run tests in CI, drop redundant owner state
- release: bump pyproject + __version__ 0.7.0 -> 0.8.0 (new adapter adds src +
packaging metadata, so version-guard requires a bump); move the changelog
entry from Unreleased to a dated py 0.8.0 section.
- ci: install the [livekit] extra in the test job so the adapter tests actually
run instead of importorskip-ing. livekit-agents supports Python >=3.10, so it
goes in the base install for every matrix cell (no conditional like pipecat).
- livekit: drop _TurnSlot.owner and the parallel self._reservation_owner — the
exception-path ownership check reads the same signal from self._active is slot
(the slot is already in closure scope). Removes dead state; behavior unchanged
(overlap + delayed-metrics tests still pass).
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "floe-guard"
7
-
version = "0.7.0"
7
+
version = "0.8.0"
8
8
description = "Local budget guardrail for AI agents — hard-stops a runaway loop before its next LLM call crosses a spend ceiling. No account, no network."
0 commit comments