twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.84k stars 703 forks source link

fix: requirements changes #726

Closed tiwarishubham635 closed 11 months ago

tiwarishubham635 commented 11 months ago

Fixes

Adding cython as dependency to support aiohttp wheel creation Issue: I made changes for java files in twilio oai generator and tests for python are failing - see logs here https://github.com/twilio/twilio-oai-generator/pull/527 I found the https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1673948107

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

tiwarishubham635 commented 11 months ago
  1. Issue: I made changes for java files in twilio oai generator and tests for python are failing - see logs here
  2. PR Link
  3. I found the fix here