We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e163c84 commit fe9084fCopy full SHA for fe9084f
CHANGES.rst
@@ -1,9 +1,14 @@
1
Changes
2
-------
3
-2.24.2 (XXXX-XX-XX)
+
4
+2.24.3 (2025-09-11)
5
^^^^^^^^^^^^^^^^^^^
6
* forbid creating loose ``ClientSession`` when ``AioBaseClient`` exits context
7
8
+2.24.2 (2025-09-05)
9
+^^^^^^^^^^^^^^^^^^^
10
+* bump botocore dependency specification
11
12
2.24.1 (2025-08-15)
13
14
* fix endpoint circular import error
aiobotocore/__init__.py
@@ -1 +1 @@
-__version__ = '2.24.2'
+__version__ = '2.24.3'
0 commit comments