[Fix] 220-django-channels-live-stt-python — pin deepgram-sdk to v6.1.1#174
Conversation
The requirements.txt had a loose lower bound (>=4.0.0) which could pull in incompatible SDK versions. The consumer code already uses the v6 API surface (listen.v1.connect, EventType, ListenV1Results), so this pins the SDK to the required 6.1.1 release. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass. This is a Deepgram + Django Channels example. Code quality
Documentation
Change summaryMinimal, correct fix: pins ✓ All checks pass. Ready for merge. Review by Lead on 2026-04-04 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass — Code quality
Documentation
✓ All checks pass. Ready for merge. The PR correctly pins Review by Lead on 2026-04-04 |
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass — Django Channels Code quality
Documentation
Change reviewedThe only change is pinning ✓ All checks pass. Ready for merge. Review by Lead on 2026-04-04 |
…ession-2026-04-04
Summary
deepgram-sdkfrom loose>=4.0.0to exact==6.1.1inrequirements.txtlisten.v1.connect,EventType,ListenV1Results,send_media,send_close_stream), so no source changes were neededTest plan
test_example.py— all 5 tests pass🤖 Generated with Claude Code