twilio-python
twilio-python copied to clipboard
A Python module for communicating with the Twilio API and generating TwiML.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
# Fixes # https://github.com/twilio/twilio-python/issues/780 ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a material change to...
### Issue Summary This is a feature request. Twilio studio api already supports `update` and `remove` operations. Why not add them on the twilio-python client just like `create`? https://www.twilio.com/docs/studio/rest-api/v2/flow#update-a-flow-resource https://www.twilio.com/docs/studio/rest-api/v2/flow#delete-a-flow-resource...
### Issue Summary I work behind a firewall and use a proxy to make requests. I wanted to send messages asynchronously using twilio and followed the steps [here](https://github.com/twilio/twilio-python/tree/main?tab=readme-ov-file#asynchronous-api-requests) in the...
### Issue Summary Change the function time.time to datetime.datetime in the folder twilio/jwt/__init__.py ### Code Snippet ``` #if ttl: expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=ttl) else: expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=self.ttl)...
### Issue Summary Using main account authentication to access toll-free verification info for a subaccount returns the results for the main account, ignoring the subaccount argument entirely ### Steps to...
### Issue Summary the aiohttp version currently used (3.8.4) has multiple security vulnerabilities with open CVE's: - https://nvd.nist.gov/vuln/detail/CVE-2024-23334 - https://nvd.nist.gov/vuln/detail/CVE-2024-23829 - https://nvd.nist.gov/vuln/detail/CVE-2023-49082 - https://nvd.nist.gov/vuln/detail/CVE-2024-23334 aiohttp needs to be upgraded to...
docs!: Readme in spanish Our team has translated the whole Readme to spanish. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license...
### Issue Summary When using `await self.client.messages.create_async(` where client is a twilio client, we got `'NoneType' object has no attribute 'status_code'`, this happens randomly and we dont know how to...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...