Skip to content

Commit 10e4a61

Browse files
Version Packages (#2990)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73e5384 commit 10e4a61

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/modern-cups-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/voice-pipeline-agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
livekit-agents>=0.12.21
22
livekit-plugins-deepgram>=0.7.4
3-
livekit-plugins-google>=0.11.4
3+
livekit-plugins-google>=0.11.5
44
livekit-plugins-openai[vertex]>=0.10.10,<1.0.0
55
livekit-plugins-silero>=0.7.6
66
livekit-plugins-rag>=0.2.5

livekit-plugins/livekit-plugins-google/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-plugins-google
22

3+
## 0.11.5
4+
5+
### Patch Changes
6+
7+
- backporting fix to agents 0.x to ignore Gemini LLM responses with no candidates (#2898) - [`73e5384c85ea9b29fa4c946f29c66bef80d5d160`](https://github.com/livekit/agents/commit/73e5384c85ea9b29fa4c946f29c66bef80d5d160) ([@davidzhao](https://github.com/davidzhao))
8+
39
## 0.11.4
410

511
### Patch Changes

livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.11.4"
15+
__version__ = "0.11.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-google",
33
"private": true,
4-
"version": "0.11.4"
4+
"version": "0.11.5"
55
}

0 commit comments

Comments
 (0)