Commit d7c6879
fix: relax boto3/botocore upper-bound pin to avoid dependency conflicts
The <1.38 ceiling was stale and started conflicting with other Home
Assistant integrations (e.g. LLM Vision) that require a newer boto3
with no upper bound, causing HA's requirements installer to fail
setup entirely with RequirementsNotFound for any integration that
depends on this package. The AWS Cognito IdP auth calls this library
relies on (InitiateAuth/RespondToAuthChallenge) are stable across
boto3/botocore versions, so there's no need to cap it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent cc0db8f commit d7c6879
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments