Commit be3f53c
committed
fix: relax requests pin from >=2.32.5 to >=2.32.3
MWAA Airflow 2.10.3 enforces requests==2.32.3 via its constraints file,
causing pip resolution failure when installing the provider. Relaxing the
floor to 2.32.3 restores compatibility.1 parent ddbf94e commit be3f53c
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments