sdk-python
sdk-python copied to clipboard
[FEATURE] Bidi - Support Python 3.10 and 3.11
Problem Statement
Currently, BidiAgent is only supported in Python 3.12+. However, the BidiNovaSonicModel provider is the only component that actually requires Python 3.12+ because of its dependency on aws_sdk_bedrock_runtime. Can we isolate just this provider and open up the rest of BidiAgent to Python 3.10 and 3.11?
Proposed Solution
- Draft: https://github.com/strands-agents/sdk-python/pull/1297/files
Use Case
Python 3.10 and 3.11
Alternatives Solutions
No response
Additional Context
No response