Skip to content

Commit

Permalink
fix: relax botocore restriction
Browse files Browse the repository at this point in the history
The release of 2.11.1 included changes to the dependency version
requirements [1]. So the feedstock needs to also reflect this change.

1. aio-libs/aiobotocore#1079

Signed-off-by: Ismayil Mirzali <[email protected]>
  • Loading branch information
Ismayil Mirzali committed Jan 30, 2024
1 parent 5e8108d commit 413670d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 0b095af50da2d6f94e93ca959e2a4876f0f0d84d534b61b21d8e050832d04ab6

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -22,7 +22,7 @@ requirements:
- python >=3.8
- aiohttp >=3.7.4.post0,<4.0.0
- aioitertools >=0.5.1,<1.0.0
- botocore >=1.33.2,<1.33.14
- botocore >=1.33.2,<1.34.28
- wrapt >=1.10.10,<2.0.0

test:
Expand Down

0 comments on commit 413670d

Please sign in to comment.