Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump twilio from 8.13.0 to 9.4.6 #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps twilio from 8.13.0 to 9.4.6.

Release notes

Sourced from twilio's releases.

9.4.6

Release Notes

Library - Chore

Flex

  • Adding Digital Transfers APIs under v1/Interactions

Numbers

  • Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type}

Trusthub

  • Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing

Docs

9.4.5

Release Notes

Api

  • Change downstream url and change media type for file base/api/v2010/validation_request.json.

Intelligence

  • Add json_results for Generative JSON operator results

Messaging

  • Add DestinationAlphaSender API to support Country-Specific Alpha Senders

Video

  • Change codec type from enum to case-insensitive enum in recording and room_recording apis

Docs

9.4.4

Release Notes

Library - Fix

Library - Chore

Api

  • Add open-api file tag to conference/call recordings and recording_transcriptions.

... (truncated)

Changelog

Sourced from twilio's changelog.

[2025-02-20] Version 9.4.6

Library - Chore

Flex

  • Adding Digital Transfers APIs under v1/Interactions

Numbers

  • Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type}

Trusthub

  • Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing

[2025-02-11] Version 9.4.5

Api

  • Change downstream url and change media type for file base/api/v2010/validation_request.json.

Intelligence

  • Add json_results for Generative JSON operator results

Messaging

  • Add DestinationAlphaSender API to support Country-Specific Alpha Senders

Video

  • Change codec type from enum to case-insensitive enum in recording and room_recording apis

[2025-01-28] Version 9.4.4

Library - Fix

Library - Chore

Api

  • Add open-api file tag to conference/call recordings and recording_transcriptions.

Events

  • Add support for subaccount subscriptions (beta)

Insights

  • add new region to conference APIs

Lookups

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2024-02-20] 8.x.x to 9.x.x

Overview

Twilio Python Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Python helper Library 9.0.0 version without any breaking changes of existing apis

Behind the scenes Python Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages. We're pleased to inform you that version 9.0.0 adds support for the application/json content type in the request body.

[2023-04-05] 7.x.x to 8.x.x

  • Supported Python versions updated

    • Dropped support for Python 3.6 (#632)
    • Python 3.7 is the new required minimum version to use twilio-python helper library
  • Deletion of TwiML Voice Deprecated Methods (#643)

    • <Refer>

      • Refer.refer_sip() replaced by Refer.sip()
    • <Say>

      • Say.ssml_break() replaced by Say.break_()
      • Say.ssml_emphasis() replaced by Say.emphasis()
      • Say.ssml_lang() replaced by Say.lang()
      • Say.ssml_p() replaced by Say.p()
      • Say.ssml_phoneme() replaced by Say.phoneme()
      • Say.ssml_prosody() replaced by Say.prosody()
      • Say.ssml_s() replaced by Say.s()
      • Say.ssml_say_as() replaced by Say.say_as()
      • Say.ssml_sub() replaced by Say.sub()
      • Say.ssml_w() replaced by Say.w()

      Old:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()
      say = resp.say("Hello")
      say.ssml_emphasis("you")

      New:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()

... (truncated)

Commits
  • 71fb731 Release 9.4.6
  • 17cbe04 [Librarian] Regenerated @ 125dc871b4170bce0faca169f8a588f6ff356a88 0c222649d9...
  • fb163f4 chore: issue 841 (#842)
  • 424a9ba Release 9.4.5
  • d120aff [Librarian] Regenerated @ 6b85410bb6ecf3aa579d1fa442c7bb74c62cf6f0 ae4a12dded...
  • ffc0aa1 Release 9.4.4
  • 338cbb0 [Librarian] Regenerated @ a7caf52aaea6fe6c7b30170a468564bcea4f0362 13ec50967b...
  • ab846b4 fix: requirements.txt to reduce vulnerabilities (#822)
  • 8e1fdef chore: update httpclient (#834)
  • 513743f chore: enable newer versions of aiohttp-retry (#837)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [twilio](https://github.com/twilio/twilio-python) from 8.13.0 to 9.4.6.
- [Release notes](https://github.com/twilio/twilio-python/releases)
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-python/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-python@8.13.0...9.4.6)

---
updated-dependencies:
- dependency-name: twilio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants