Skip to content

Commit 68d0816

Browse files
zongsizhangclaude
andcommitted
feat: relax requests lower bound to >=2.31.0 for MWAA compatibility
Lower the requests minimum version from 2.32.3 to 2.31.0 to support MWAA environments that may ship with older requests versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e29772 commit 68d0816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
license = "Apache-2.0"
99
dependencies = [
1010
"packaging",
11-
"requests>=2.32.3",
11+
"requests>=2.31.0",
1212
"websockets>=13.0",
1313
"tenacity>=8.2.3",
1414
"cbor2>=5.6.3",

0 commit comments

Comments
 (0)