Bump openai, openpipe versions, add 14x foundational example

This commit is contained in:
Mark Backman
2025-10-15 10:49:13 -04:00
parent a25333ee51
commit 8902f1dc94
5 changed files with 322 additions and 208 deletions

View File

@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `CartesiaSTTService` now inherits from `WebsocketSTTService`.
- Package upgrades:
- `openai` upgraded to support up to 2.x.x.
- `openpipe` upgraded to support up to 5.x.x.
### Fixed
- Fixed an issue in `ElevenLabsTTSService` and `ElevenLabsHttpTTSService` where
@@ -47,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added foundational example `47-sentry-metrics.py`, demonstrating how to use the
`SentryMetrics` processor.
- Added foundational example `14x-function-calling-openpipe.py`.
## [0.0.90] - 2025-10-10
### Added