sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[FEATURE] Bidi - Support Python 3.10 and 3.11

Open pgrayy opened this issue 1 month ago • 0 comments

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

pgrayy avatar Dec 05 '25 21:12 pgrayy