twilio-python icon indicating copy to clipboard operation
twilio-python copied to clipboard

A Python module for communicating with the Twilio API and generating TwiML.

Results 64 twilio-python issues
Sort by recently updated
recently updated
newest added

### Issue Summary In some very specific circumstances, the current signature generation/validation does not match the given valid signature (or Twilio's server's logic for generating a signature), which causes a...

type: bug
status: help wanted

I am attempting to write a test for a service that uses the Twilio Verification service. I am basing my test off of the following article: https://www.twilio.com/blog/testing-twilio-applications-python-pytest However, I cannot...

type: getting started
status: waiting for feedback

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

### Issue Summary I'm a Fedora packager for `python3-twilio`. I get an error during build process related with too strict version pinning for `mock` and `sphinx`. I don't think this...

type: community enhancement
status: help wanted

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

### Issue Summary Issue is that library is executing POST method onto url = `https://media.twilio.com/v1/Services//Media` instead of `https://mcs.us1.twilio.com/v1/Services//Media`. When I change URL in `twilio/base/domain.py` everything is working good. ### Code...

type: community enhancement
status: help wanted

### Issue Summary I'm a Fedora packager for `python3-twilio`. I've encountered an error during the build: ``` ERROR: InvocationError for command could not find executable nosetests ``` This comes from...

type: community enhancement
status: help wanted

I haven't seen anything in your documentation, code, nor old GH issues that would explicitly say whether this library is or isn't thread-safe (and whether that's even the goal). I...

type: docs update
status: help wanted

### Issue Summary The deprecated unittest aliases were removed in python/cpython#28268 in Python 3.11 ### Steps to Reproduce ``` twilio-python/tests/unit/jwt/test_jwt.py: self.assertDictContainsSubset({ twilio-python/tests/unit/jwt/test_client_validation.py: self.assertDictContainsSubset({ twilio-python/tests/unit/jwt/test_client_validation.py: self.assertDictContainsSubset({ ```

type: twilio enhancement
status: help wanted

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...