Skip to content

Commit e0081f1

Browse files
Version Packages (#1641)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fe5141 commit e0081f1

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/nasty-cougars-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
livekit-agents>=0.12.17
2-
livekit-plugins-openai>=1.0.1
2+
livekit-plugins-openai>=0.11.2
33
livekit-plugins-cartesia>=0.4.10
44
livekit-plugins-elevenlabs>=0.8.0
55
python-dotenv~=1.0

livekit-plugins/livekit-plugins-openai/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- version bump to 0.11.1 - [#1640](https://github.com/livekit/agents/pull/1640) ([@davidzhao](https://github.com/davidzhao))
8+
39
## 1.0.1
410

511
### Patch Changes

livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/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.1"
15+
__version__ = "0.11.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-openai",
33
"private": true,
4-
"version": "0.11.1"
4+
"version": "0.11.2"
55
}

0 commit comments

Comments
 (0)