Skip to content

Commit

Permalink
update aiobotocore to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 3, 2023
1 parent 87ed37a commit 84c0649
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
aiobotocore==2.1.0
aiohttp==3.8.4
aiobotocore==2.5.0
aiohttp_cors
aiofiles
botocore==1.29.76
cryptography
numcodecs
numpy
Expand All @@ -10,4 +12,4 @@ pytz
pyyaml
requests-unixsocket
simplejson
aiohttp==3.8.1
urllib==1.26.15
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@
"Topic :: Scientific/Engineering",
]

#
# The specific versions given below are not desirable,
# but there are needed given aiobotocore and botocore
# requirements (e.g. see: https://github.com/boto/botocore/issues/2926#issuecomment-1535456104)
# as well as matching with packages present
# in the Docker build base image
#
install_requires = [
"aiobotocore",
"aiohttp==3.8.4",
"aiobotocore==2.5.0",
"aiohttp_cors",
"aiofiles",
"botocore==1.29.76",
"cryptography",
"numcodecs",
"numpy",
Expand All @@ -36,7 +45,7 @@
"pyyaml",
"requests-unixsocket",
"simplejson",
"aiohttp",
"urllib3==1.26.15"
]


Expand Down

0 comments on commit 84c0649

Please sign in to comment.