services: revert optional aiohttp.ClientSession

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-01 18:22:56 -07:00
parent 6376c2f6aa
commit c891168ffb
7 changed files with 13 additions and 53 deletions

View File

@@ -17,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- A few services required an `aiohttp.ClientSession` to be passed to the
constructor. This is now option an a new session will be created if none is
given.
- `BotSpeakingFrame` is now a control frame.
- `StartFrame` is now a control frame similar to `EndFrame`.