Fixing pipeline freeze when using Python 3.10

This commit is contained in:
Filipi Fuchter
2025-07-01 17:05:18 -03:00
parent 5310d903ec
commit fccd48bfff
14 changed files with 113 additions and 6 deletions

View File

@@ -47,6 +47,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a race condition that occurs in Python 3.10+ where the task could miss
the `CancelledError` and continue running indefinitely, freezing the pipeline.
- Fixed a `AWSNovaSonicLLMService` issue introduced in 0.0.72.
## [0.0.73] - 2025-06-26