Skip to content

Commit 4a8b2ff

Browse files
Restrict v0 examples package requirements to <1.0 (#1591)
1 parent 0e70efd commit 4a8b2ff

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
livekit
2-
livekit-agents
2+
livekit-agents<1.0.0
33
python-dotenv
44
Pillow
55
aiohttp
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.12.16
1+
livekit-agents>=0.12.16,<1.0.0
22
python-dotenv~=1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.12.16
1+
livekit-agents>=0.12.16,<1.0.0
22
python-dotenv~=1.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
livekit-agents>=0.12.16
2-
livekit-plugins-deepgram>=0.6.20
1+
livekit-agents>=0.12.16,<1.0.0
2+
livekit-plugins-deepgram>=0.6.20,<1.0.0
33
python-dotenv~=1.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
livekit-agents>=0.12.16
2-
livekit-plugins-openai>=1.0.0
3-
livekit-plugins-cartesia>=0.4.8
4-
livekit-plugins-elevenlabs>=0.7.14
1+
livekit-agents>=0.12.16,<1.0.0
2+
livekit-plugins-openai>=0.11.0,<1.0.0
3+
livekit-plugins-cartesia>=0.4.8,<1.0.0
4+
livekit-plugins-elevenlabs>=0.7.14,<1.0.0
55
python-dotenv~=1.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
livekit-agents>=0.12.16
2-
livekit-plugins-deepgram>=0.6.20
3-
livekit-plugins-google>=0.10.6
4-
livekit-plugins-openai[vertex]>=0.10.10
5-
livekit-plugins-silero>=0.7.4
6-
livekit-plugins-rag>=0.2.3
1+
livekit-agents>=0.12.16,<1.0.0
2+
livekit-plugins-deepgram>=0.6.20,<1.0.0
3+
livekit-plugins-google>=0.10.6,<1.0.0
4+
livekit-plugins-openai[vertex]>=0.10.10,<1.0.0
5+
livekit-plugins-silero>=0.7.4,<1.0.0
6+
livekit-plugins-rag>=0.2.3,<1.0.0
77
python-dotenv~=1.0
88
aiofile~=3.8.8

0 commit comments

Comments
 (0)