Skip to content

Commit ff0f62b

Browse files
authored
Relax botocore dependency specification (#1466)
1 parent 9e0e086 commit ff0f62b

5 files changed

Lines changed: 14 additions & 9 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+
3.1.1 (2026-01-19)
5+
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification
7+
48
3.1.0 (2026-01-02)
59
^^^^^^^^^^^^^^^^^^^
610
* support passing `socket_factory` as part of `connector_args` in `AioConfig`

aiobotocore/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.20",
34+
"botocore >= 1.41.0, < 1.42.31",
3535
"python-dateutil >= 2.1, < 3.0.0",
3636
"jmespath >= 0.7.1, < 2.0.0",
3737
"multidict >= 6.0.0, < 7.0.0",

tests/test_patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def test_protocol_parsers():
304304
{
305305
'da2d8b797568604449695cdcf803e344bdf887eb',
306306
'a3abd6cb69883934f48403acfaa5ef598c548982',
307+
'935dfd04e7bf5c29a6d4044a296c84e95c06e04a',
307308
},
308309
),
309310
# context.py

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)