transports(fastapi): fix variable name clash

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-22 08:50:03 -07:00
parent 21de8e0a35
commit 0eb189ce7f
2 changed files with 11 additions and 5 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fix `FastAPIWebsocketOutputTransport` variable name clash with subclass.
## [0.0.40] - 2024-08-20
### Added