File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22-------
33
4+ 2.12.3 (2024-04-11)
5+ ^^^^^^^^^^^^^^^^^^^
6+ * relax botocore dependency specification
7+
482.12.2 (2024-04-01)
59^^^^^^^^^^^^^^^^^^^
610* expose configuration of ``http_session_cls `` in ``AioConfig ``
Original file line number Diff line number Diff line change 1- __version__ = '2.12.2 '
1+ __version__ = '2.12.3 '
Original file line number Diff line number Diff line change 77# NOTE: When updating botocore make sure to update awscli/boto3 versions below
88install_requires = [
99 # pegged to also match items in `extras_require`
10- 'botocore>=1.34.41,<1.34.52 ' ,
10+ 'botocore>=1.34.41,<1.34.70 ' ,
1111 'aiohttp>=3.7.4.post0,<4.0.0' ,
1212 'wrapt>=1.10.10, <2.0.0' ,
1313 'aioitertools>=0.5.1,<1.0.0' ,
1414]
1515
1616extras_require = {
17- 'awscli' : ['awscli>=1.32.41,<1.32.52 ' ],
18- 'boto3' : ['boto3>=1.34.41,<1.34.52 ' ],
17+ 'awscli' : ['awscli>=1.32.41,<1.32.70 ' ],
18+ 'boto3' : ['boto3>=1.34.41,<1.34.70 ' ],
1919}
2020
2121
You can’t perform that action at this time.
0 commit comments