Commit f98d306
committed
Cap boto3/botocore to <1.38 for aiobotocore compatibility
The previous lower-bound-only constraints let pip resolve boto3/botocore
to the newest PyPI release whenever this package is installed. Anything
in the same env that uses aiobotocore then breaks, because aiobotocore
pins botocore to a narrow range. In Home Assistant the symptom is
Cloudflare R2, IDrive e2, and Nice G.O. failing to set up after a user
opens the Hive config flow.
>=1.34,<1.38 keeps pip inside what aiobotocore 2.21.x accepts. Bump it
when downstream consumers move to aiobotocore 3.x.
Refs: #1351 parent cb12134 commit f98d306
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