Skip to content

Commit d6fce5e

Browse files
committed
Relax botocore dependency specification
1 parent d6a872d commit d6fce5e

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

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.24.1 (2025-08-09)
5+
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification
7+
48
2.24.0 (2025-07-31)
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.24.0'
1+
__version__ = '2.24.1'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
3232
dependencies = [
3333
"aiohttp >= 3.9.2, < 4.0.0",
3434
"aioitertools >= 0.5.1, < 1.0.0",
35-
"botocore >= 1.39.9, < 1.39.12", # NOTE: When updating, always keep `project.optional-dependencies` aligned
35+
"botocore >= 1.39.9, < 1.39.15", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3636
"python-dateutil >= 2.1, < 3.0.0",
3737
"jmespath >= 0.7.1, < 2.0.0",
3838
"multidict >= 6.0.0, < 7.0.0",
@@ -41,10 +41,10 @@ dependencies = [
4141

4242
[project.optional-dependencies]
4343
awscli = [
44-
"awscli >= 1.41.9, < 1.41.12",
44+
"awscli >= 1.41.9, < 1.41.15",
4545
]
4646
boto3 = [
47-
"boto3 >= 1.39.9, < 1.39.12",
47+
"boto3 >= 1.39.9, < 1.39.15",
4848
]
4949
httpx = [
5050
"httpx >= 0.25.1, < 0.29"

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)