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 77 twilio-python issues
Sort by recently updated
recently updated
newest added

feat(jwt): Improve JWT expiration handling and fix naming conflicts - Replaced `time.time()` with `datetime.datetime.utcnow()` to ensure accurate expiration handling. - Used `datetime.timedelta(seconds=...)` for better timestamp calculations. - Ensured compatibility with...

# 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 Properly testing client code against Twilio python library isn't easy. None of the solutions I have found so far allow to run tests with good coverage that...

status: waiting for feedback
status: waiting for feature
priority: low

I would like to request a new feature that allows users to create a new Twilio account directly from twilio-python. This feature would simplify the process of setting up new...

status: waiting for feature
priority: low

Currently the below api only shows the sms pricing, I tried to get MMS pricing but could not get any. ` curl -G https://pricing.twilio.com/v1/Messaging/Countries/US \ -u '[YOUR ACCOUNT SID]:[YOUR AUTH...

status: waiting for feature
priority: low

Resolve these warnings from `PYTHONDEVMODE=1 uv build`: ``` …/lib/python3.12/site-packages/setuptools/dist.py:493: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore...

This pull request includes the addition of a new configuration file for the development container. The most important change is the inclusion of a `.devcontainer/devcontainer.json` file to specify the container...