Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ websockets>=11.0
python-dotenv>=1.0.0

# Smallest AI SDK
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru
Expand Down
2 changes: 1 addition & 1 deletion voice-agents/agent_with_tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# No extra dependencies — base SDK from root requirements.txt is sufficient
smallestai>=4.4.4
smallestai>=4.4.6
2 changes: 1 addition & 1 deletion voice-agents/appointment_scheduler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smallestai>=4.4.4
smallestai>=4.4.6
httpx
dateparser

Expand Down
2 changes: 1 addition & 1 deletion voice-agents/background_agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/bank_csr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/call_control/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/campaigns/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# No extra dependencies — base SDK from root requirements.txt is sufficient
smallestai>=4.4.4
smallestai>=4.4.6
2 changes: 1 addition & 1 deletion voice-agents/form_filler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smallestai>=4.4.4
smallestai>=4.4.6
httpx

# Logging
Expand Down
2 changes: 1 addition & 1 deletion voice-agents/getting_started/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/inbound_ivr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/interrupt_control/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/knowledge_base_rag/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Extra dependency for PDF generation in the demo script
smallestai>=4.4.4
smallestai>=4.4.6
reportlab
2 changes: 1 addition & 1 deletion voice-agents/language_switching/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies for this example
smallestai>=4.4.4
smallestai>=4.4.6

# Logging
loguru>=0.7.0
2 changes: 1 addition & 1 deletion voice-agents/observability/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Extra dependency for Langfuse observability
smallestai>=4.4.4
smallestai>=4.4.6
langfuse>=2.0.0

# Logging
Expand Down