twilio-python
twilio-python copied to clipboard
A Python module for communicating with the Twilio API and generating TwiML.
RequestValidator marks valid signature invalid when having multiple values attached to one parameter
### 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...
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...
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...
# 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...
### 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...
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...
### 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({ ```
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...