Skip to content

Commit

Permalink
Version Packages (#829)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 3, 2024
1 parent 384c4b4 commit 5a6f2d9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-mayflies-shout.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.10.0
livekit-plugins-openai>=0.10.1
livekit-plugins-openai>=0.10.2
livekit-plugins-cartesia>=0.4.2
livekit-plugins-elevenlabs>=0.7.5
2 changes: 1 addition & 1 deletion examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.10.0
livekit-plugins-openai>=0.10.1
livekit-plugins-openai>=0.10.2
livekit-plugins-deepgram>=0.6.7
livekit-plugins-silero>=0.7.1
python-dotenv~=1.0
Expand Down
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-openai

## 0.10.2

### Patch Changes

- oai-realtime: fix function calls - [#826](https://github.com/livekit/agents/pull/826) ([@KillianLucas](https://github.com/KillianLucas))

## 0.10.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.10.1"
__version__ = "0.10.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-openai",
"private": true,
"version": "0.10.1"
"version": "0.10.2"
}

0 comments on commit 5a6f2d9

Please sign in to comment.