Mark Backman
|
d8ea1311ff
|
Merge pull request #2254 from pipecat-ai/mb/11labs-create-context-id
ElevenLabsTTSService: Only reset the context_id when interruptions ar…
|
2025-07-24 13:32:37 -07:00 |
|
Mark Backman
|
2be615066c
|
Merge pull request #2261 from pipecat-ai/mb/foundational-requirements
Foundational requirements.txt: add silero, websocket optional dep, re…
|
2025-07-24 11:06:16 -07:00 |
|
Mark Backman
|
75c2ffc0b5
|
Check if audio context is already available, create one if not
|
2025-07-24 13:57:46 -04:00 |
|
Mark Backman
|
2297eb217e
|
ElevenLabsTTSService: Only reset the context_id when interruptions are enabled
|
2025-07-24 13:53:44 -04:00 |
|
Mark Backman
|
1bb821a07d
|
Foundational requirements.txt: add silero, websocket optional dep, remove fastapi
|
2025-07-24 13:49:44 -04:00 |
|
Filipi da Silva Fuchter
|
d8bcb81f35
|
Merge pull request #2259 from pipecat-ai/filipi/eleven_labs_delayed_messages
Play delayed messages from `ElevenLabsTTSService` if they still belong to the current context.
|
2025-07-24 12:07:06 -03:00 |
|
Filipi da Silva Fuchter
|
3ce0ab8c6d
|
Removing extra space.
Co-authored-by: Mark Backman <mark@daily.co>
|
2025-07-24 12:05:17 -03:00 |
|
Filipi Fuchter
|
097d786431
|
Fixing ruff format.
|
2025-07-24 12:03:17 -03:00 |
|
Filipi Fuchter
|
662f04879c
|
Play delayed messages from ElevenLabsTTSService if they still belong to the current context.
|
2025-07-24 12:00:14 -03:00 |
|
Mark Backman
|
7a69f57e11
|
Merge pull request #2255 from pipecat-ai/mb/pyproject-versions-for-uv
pyproject.toml dependency updates to support better cross compatibility
|
2025-07-24 06:43:35 -07:00 |
|
Mark Backman
|
5b7b4efdc9
|
Add broader version support for stable core dependencies, up to the next major version
|
2025-07-24 09:40:52 -04:00 |
|
Mark Backman
|
cfa26524ca
|
Add support for fastapi>=0.115.6,<0.117.0
|
2025-07-24 09:37:42 -04:00 |
|
Mark Backman
|
3d4ab7158d
|
pyproject.toml dependency updates to support better cross compatibility
|
2025-07-24 09:37:42 -04:00 |
|
Mark Backman
|
26d1ca3c98
|
Merge pull request #2256 from pipecat-ai/mb/refactor-neuphonic-http
NeuphonicHttpTTSService: Refactor to use POST API
|
2025-07-24 06:36:23 -07:00 |
|
Mark Backman
|
083b32887e
|
NeuphonicHttpTTSService: Refactor to use POST API
|
2025-07-24 01:05:37 -04:00 |
|
Mark Backman
|
3391929127
|
Merge pull request #2252 from pipecat-ai/mb/example-axios-version-bump
Update axios in daily-pstn-server example due to transitive vulnerabi…
|
2025-07-23 13:30:58 -07:00 |
|
Mark Backman
|
ebf9bc2741
|
Merge pull request #2246 from ydlamba/ydlamba/missing-livekit-event
fix(livekit): emit on_audio_track_subscribed event
|
2025-07-23 11:27:10 -07:00 |
|
Mark Backman
|
f5edde42f6
|
Update axios in daily-pstn-server example due to transitive vulnerability with form-data
|
2025-07-23 14:22:13 -04:00 |
|
Filipi da Silva Fuchter
|
37bb7ef926
|
Merge pull request #2239 from pipecat-ai/filipi/daily_log
Added `set_log_level` to `DailyTransport`
|
2025-07-23 14:48:34 -03:00 |
|
Filipi Fuchter
|
a63d1530a4
|
Added set_log_level to DailyTransport.
|
2025-07-23 14:43:53 -03:00 |
|
Yash Dev Lamba
|
960bc9df5b
|
chore(changelog): add entry for LiveKitTransport audio subscribed event fix
|
2025-07-23 22:41:20 +05:30 |
|
Mark Backman
|
e2a153ee01
|
Merge pull request #2242 from pipecat-ai/mb/websockets-14
Upgrade websockets to support asyncio implementation
|
2025-07-23 08:58:08 -07:00 |
|
Mark Backman
|
300f19ad23
|
Port to the websockets asyncio implementation, support for websockets 13 and 14
|
2025-07-23 11:54:25 -04:00 |
|
Mark Backman
|
7955080da2
|
Change extra_headers to additional_headers, update websocket version support
|
2025-07-23 11:53:43 -04:00 |
|
Mark Backman
|
994e82c1ef
|
Merge pull request #2243 from pipecat-ai/mb/word-wrangler-twilio-readme
Update Word Wrangler phone bot README to include deployment info
|
2025-07-23 07:04:19 -07:00 |
|
Mark Backman
|
b07b947352
|
Merge pull request #2244 from pipecat-ai/mb/upgrade-deepgram-4.7.0
Deepgram: Update optional dependency to 4.7.0
|
2025-07-23 07:04:02 -07:00 |
|
Filipi da Silva Fuchter
|
a6527c3856
|
Merge pull request #2240 from pipecat-ai/filipi/sig_term
Adding support for handle_sigterm
|
2025-07-23 08:15:50 -03:00 |
|
Yash Dev Lamba
|
0e6874b605
|
fix(livekit): emit on_audio_track_subscribed event
|
2025-07-23 08:23:45 +05:30 |
|
Mark Backman
|
9ba172c49f
|
Merge pull request #2236 from dbtreasure/fix/python-311-compatibility
Fix Python 3.11+ compatibility by pinning numba/llvmlite versions
|
2025-07-22 18:20:38 -07:00 |
|
dbtreasure
|
f710c94b6e
|
Address code review feedback: remove explicit llvmlite pin
- Remove explicit llvmlite>=0.44.0 pin as numba>=0.61.0 automatically pulls compatible version
- Add changelog entry for Python 3.11+ dependency fix
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-07-22 18:45:32 -06:00 |
|
dbtreasure
|
6e3a0a2d5d
|
Add explicit numba/llvmlite pins for Python 3.11+ compatibility
Fixes dependency resolution issues where transitive dependencies
through resampy would install incompatible versions:
- numba>=0.61.0 (supports Python 3.10-3.13)
- llvmlite>=0.44.0 (supports Python 3.10-3.13)
Previously, older versions (numba 0.53.1, llvmlite 0.36.0) only
supported Python 3.6-3.9, causing deployment failures on Python 3.11+.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-07-22 18:45:02 -06:00 |
|
Mark Backman
|
9530b8b842
|
Merge pull request #2235 from pipecat-ai/mb/nltk-tokenizer
Update match_endofsentence to use NLTK sentence tokenizer
|
2025-07-22 17:22:23 -07:00 |
|
Mark Backman
|
26c937af87
|
Update match_endofsentence to use NLTK sentence tokenizer
|
2025-07-22 20:19:29 -04:00 |
|
Mark Backman
|
976f6168f0
|
Deepgram: Update optional dependency to 4.7.0
|
2025-07-22 20:15:30 -04:00 |
|
Mark Backman
|
0be64e0fd9
|
Update Word Wrangler phone bot README to include deployment info
|
2025-07-22 20:10:20 -04:00 |
|
Filipi Fuchter
|
7d527c3a6b
|
Mentioning the new field in the changelog.
|
2025-07-22 19:32:52 -03:00 |
|
Filipi Fuchter
|
c6f6930c27
|
Adding support for handle_sigterm
|
2025-07-22 17:24:07 -03:00 |
|
Mark Backman
|
c33dfe8309
|
Merge pull request #2233 from pipecat-ai/mb/enable-tracing-flag
fix: enable_tracing PipelineParam controls the service class decorators
|
2025-07-22 08:14:32 -07:00 |
|
Mark Backman
|
769cd1ef06
|
fix: enable_tracing PipelineParam controls the service class decorators
|
2025-07-22 11:10:53 -04:00 |
|
Mark Backman
|
6d72f60571
|
Merge pull request #2234 from pipecat-ai/mb/fix-minimax-pitch
fix: MiniMaxHttpTTSService pitch, add base_url arg
|
2025-07-22 08:10:01 -07:00 |
|
Mark Backman
|
e8d0712ac1
|
Merge pull request #2238 from pipecat-ai/mb/patch-form-data
Fix form-data vulnerability in pipecat-cloud-daily-pstn-server
|
2025-07-22 08:09:49 -07:00 |
|
Mark Backman
|
88b2c817ac
|
Fix form-data vulnerability in pipecat-cloud-daily-pstn-server
|
2025-07-22 10:08:25 -04:00 |
|
Mark Backman
|
f8f6c9918d
|
Merge pull request #2237 from pipecat-ai/mb/pipecat-cloud-example-pipeline-runner-args
Update Pipecat Cloud example to use handle_sigint=False in PipelineRu…
|
2025-07-22 06:55:56 -07:00 |
|
Mark Backman
|
8ee608bbfe
|
Update Pipecat Cloud example to use handle_sigint=False in PipelineRunner args
|
2025-07-22 09:52:57 -04:00 |
|
Mark Backman
|
fad2ba4570
|
Merge pull request #2204 from yousifa/mcp-FunctionCallParams
|
2025-07-22 05:01:32 -07:00 |
|
Mark Backman
|
f609f7eb53
|
fix: MiniMaxHttpTTSService pitch, add base_url arg
|
2025-07-21 21:16:35 -04:00 |
|
Mark Backman
|
ea09813a2b
|
Merge pull request #2227 from pipecat-ai/mb/fix-11labs-wordtimestamps
fix: Improve ElevenLabsTTSService word/timestamp calcuation accuracy
|
2025-07-21 16:07:07 -07:00 |
|
Mark Backman
|
53abfc27a7
|
fix: Improve ElevenLabsTTSService word/timestamp calcuation accuracy
|
2025-07-21 18:48:38 -04:00 |
|
Mark Backman
|
9c72e96a2c
|
Merge pull request #2230 from pipecat-ai/mb/livekit-tenacity
Livekit: change tenacity supported versions
|
2025-07-21 15:28:38 -07:00 |
|
Mark Backman
|
f66c67c4ab
|
Merge pull request #2232 from pipecat-ai/mb/fix-ollama-args
Fix: Ollama kwargs error
|
2025-07-21 15:26:13 -07:00 |
|