Skip to content

Commit 3068542

Browse files
authored
Relax botocore dependency specification (#1472)
1 parent 91a6dcd commit 3068542

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
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+
3.1.2 (2026-02-05)
5+
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification to support ``"botocore >= 1.41.0, < 1.42.43"``
7+
48
3.1.1 (2026-01-19)
59
^^^^^^^^^^^^^^^^^^^
610
* relax botocore dependency specification

aiobotocore/__init__.py

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version", "readme"]
3131
dependencies = [
3232
"aiohttp >= 3.12.0, < 4.0.0",
3333
"aioitertools >= 0.5.1, < 1.0.0",
34-
"botocore >= 1.41.0, < 1.42.31",
34+
"botocore >= 1.41.0, < 1.42.43",
3535
"python-dateutil >= 2.1, < 3.0.0",
3636
"jmespath >= 0.7.1, < 2.0.0",
3737
"multidict >= 6.0.0, < 7.0.0",
@@ -51,7 +51,7 @@ Documentation = "https://aiobotocore.aio-libs.org"
5151
[dependency-groups]
5252
botocore-dev = [
5353
# keep in sync with https://github.com/boto/botocore/blob/develop/requirements-dev.txt
54-
# "wheel==0.43.0",
54+
# "wheel==0.46.3",
5555
# "behave==1.2.5",
5656
# "jsonschema==4.23.0",
5757
"coverage==7.2.7",

uv.lock

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

0 commit comments

Comments
 (0)