Commit fd86fdd
[Fix] 030-livekit-agents-python — Pin deepgram-sdk==6.1.1 and add required tag (#132)
## Fix: 030-livekit-agents-python
**Root cause:** Outdated SDK pin (`deepgram-sdk>=3.0.0`) and missing
`tag="deepgram-examples"` on test API call.
**Changes:**
- Pin `deepgram-sdk==6.1.1` in `requirements.txt` (was `>=3.0.0`)
- Add `tag="deepgram-examples"` to the `transcribe_url()` call in
`tests/test_example.py`
### Tests after fix
Tests exit with code 2 (missing credentials) — expected in CI without
secrets configured. No code bugs found.
---
*Fix by Lead on 2026-04-02*
Co-authored-by: examples-bot <noreply@deepgram.com>1 parent b284f15 commit fd86fdd
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments