Skip to content

Commit

Permalink
Merge branch 'master' into aiohttp-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod authored Feb 3, 2024
2 parents df59f9c + 6d40f07 commit 79595c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changes
-------

2.12.0 (2024-01-29)
2.12.0 (2024-02-02)
^^^^^^^^^^^^^^^^^^^
* address breaking change introduced in `aiohttp==3.9.2` #882
* fix use of proxies #1070

2.11.2 (2024-02-02)
^^^^^^^^^^^^^^^^^^^
* bump botocore dependency specification

2.11.1 (2024-01-25)
^^^^^^^^^^^^^^^^^^^
* bump botocore dependency specification
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# NOTE: When updating botocore make sure to update awscli/boto3 versions below
install_requires = [
# pegged to also match items in `extras_require`
'botocore>=1.33.2,<1.34.28',
'botocore>=1.33.2,<1.34.35',
'aiohttp>=3.9.2,<4.0.0',
'wrapt>=1.10.10, <2.0.0',
'aioitertools>=0.5.1,<1.0.0',
]

extras_require = {
'awscli': ['awscli>=1.31.2,<1.32.28'],
'boto3': ['boto3>=1.33.2,<1.34.28'],
'awscli': ['awscli>=1.31.2,<1.32.35'],
'boto3': ['boto3>=1.33.2,<1.34.35'],
}


Expand Down

0 comments on commit 79595c4

Please sign in to comment.