Skip to content

Commit

Permalink
[bot-automerge] twilio v8.0.0 (#94)
Browse files Browse the repository at this point in the history
* updated v8.0.0

* Drop py36

* Add aiohttp, aiohttp-retry

* Add `asyncio`

* Drop whitespace

* Drop `asyncio`

* Comment out `pip check`

`asyncio` isn't distributed for Python 3.7+, but for some reason included in the dependencies for `twilio` 8.0.0. This is causing issues.

twilio/twilio-python#708

* Add comment

---------

Co-authored-by: Setu Shah <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and setu4993 authored Apr 10, 2023
1 parent 40fd39f commit f613bfc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "twilio" %}
{% set version = "7.17.0" %}
{% set version = "8.0.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: f43de32cdc27f8853bb02ab0b8703a487beffbb9dcc8118398b6757e1376e6ed
sha256: ee2eaaf24df4361200f18d04e14b9937de2c31f3322dd739491590d8ff7196fc

build:
number: 0
Expand All @@ -17,12 +17,14 @@ build:
requirements:
host:
- pip
- python >=3.6
- python >=3.7
run:
- PyJWT >=2.0.0,<3.0.0
- python >=3.6
- python >=3.7
- pytz
- requests >=2.0.0
- aiohttp >=3.8.4
- aiohttp-retry >=2.8.3

test:
requires:
Expand All @@ -34,8 +36,9 @@ test:
- twilio.jwt
- twilio.rest
- twilio.twiml
commands:
- pip check
# Un-comment after https://github.com/twilio/twilio-python/issues/708 is resolved.
# commands:
# - pip check

about:
home: https://github.com/twilio/twilio-python/
Expand Down

0 comments on commit f613bfc

Please sign in to comment.