Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ aiodns>=4.0.4; python_version >= "3.10"
# Note: aiohttp's minimum Python rose in stages; cap each old interpreter at its last compatible release.
aiohttp>=3.7.3,<3.9; python_version == "3.7"
aiohttp>=3.7.3,<3.11; python_version == "3.8"
aiohttp>=3.13.5,<4; python_version >= "3.9"
aiohttp>=3.13.5,<3.14; python_version == "3.9"
aiohttp>=3.14.3,<4; python_version >= "3.10"

# boto3
# Note: used only under slack_sdk/*_store
Expand Down
Loading