Skip to content

Commit d565be0

Browse files
authored
Allow aiobotocore 3 (#998)
1 parent 65f3945 commit d565be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "3.12"
1616
- "3.13"
1717
- "3.14"
18-
aiobotocore-version: [">=2.5.4,<2.6.0", ">=2.7.0,<2.8.0", ">=2.8.0,<2.9.0", "<3.0.0"]
18+
aiobotocore-version: [">=2.5.4,<2.6.0", "<3.0.0", "<4.0.0"]
1919

2020
env:
2121
BOTO_CONFIG: /dev/null

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aiobotocore>=2.5.4,<3.0.0
1+
aiobotocore>=2.5.4,<4.0.0
22
fsspec==2025.12.0
33
aiohttp!=4.0.0a0, !=4.0.0a1

0 commit comments

Comments
 (0)