Skip to content

Commit 972c3a6

Browse files
committed
relax botocore dependency specification
1 parent 00d8cef commit 972c3a6

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
-------
33

4+
2.16.1 (2024-12-26)
5+
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification
7+
48
2.16.0 (2024-12-16)
59
^^^^^^^^^^^^^^^^^^^
610
* bump botocore dependency specification

aiobotocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.16.0'
1+
__version__ = '2.16.1'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ classifiers = [
3030
dynamic = ["version", "readme"]
3131

3232
dependencies = [
33-
"botocore >=1.35.74, <1.35.82", # NOTE: When updating, always keep `project.optional-dependencies` aligned
33+
"botocore >=1.35.74, <1.35.89", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3434
"aiohttp >=3.9.2, <4.0.0",
3535
"wrapt >=1.10.10, <2.0.0",
3636
"aioitertools >=0.5.1, <1.0.0",
3737
]
3838

3939
[project.optional-dependencies]
4040
awscli = [
41-
"awscli >=1.36.15, <1.36.23",
41+
"awscli >=1.36.15, <1.36.30",
4242
]
4343
boto3 = [
44-
"boto3 >=1.35.74, <1.35.82",
44+
"boto3 >=1.35.74, <1.35.89",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)