Skip to content

chore(backend): bump twilio from 8.10.0 to 9.8.4 in /backend#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/twilio-9.8.4
Closed

chore(backend): bump twilio from 8.10.0 to 9.8.4 in /backend#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/twilio-9.8.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps twilio from 8.10.0 to 9.8.4.

Release notes

Sourced from twilio's releases.

9.8.4

Release Notes

Library - Chore

Library - Docs

Api

  • Updated description for property CallerDisplayName for participant create request
  • Updated description for property CallerDisplayName for participant create request

Accounts

  • FILE_IS_AUTO_GENERATED: false

Docs

9.8.3

Release Notes

Library - Chore

Insights

  • Replace field with key in Request Filters and Response Metadata Filters and for Reports API

Docs

9.8.2

Release Notes

Api

  • Added optional parameter CallerDisplayName for conference participant outbound
  • Updated description for property to in the participant create request

Docs

9.8.1

Release Notes

Api

  • Add date_created property to media resource and date_created filtering parameters for read action
  • Updated the Recordings Resource channels property to clarify channels = # of channels in the recording resource and how to specify the # of channels in recording download

Intelligence

  • Add encryption_credential_sid field in transcripts and services in v2

... (truncated)

Changelog

Sourced from twilio's changelog.

[2025-10-14] Version 9.8.4

Library - Chore

Library - Docs

Api

  • Updated description for property CallerDisplayName for participant create request
  • Updated description for property CallerDisplayName for participant create request

Accounts

  • FILE_IS_AUTO_GENERATED: false

[2025-09-30] Version 9.8.3

Library - Chore

Insights

  • Replace field with key in Request Filters and Response Metadata Filters and for Reports API

[2025-09-25] Version 9.8.2

Api

  • Added optional parameter CallerDisplayName for conference participant outbound
  • Updated description for property to in the participant create request

[2025-09-18] Version 9.8.1

Api

  • Add date_created property to media resource and date_created filtering parameters for read action
  • Updated the Recordings Resource channels property to clarify channels = # of channels in the recording resource and how to specify the # of channels in recording download

Intelligence

  • Add encryption_credential_sid field in transcripts and services in v2

Trusthub

  • Remove beta feature flag for all TH APIs
  • Remove beta feature flag for ComplianceInquiries API to support OneConsole traffic

Twiml

  • Add new noun <AiSession>

[2025-09-04] Version 9.8.0

... (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
  • c024773 Release 9.8.4
  • 335410e [Librarian] Regenerated @ c35acb6403159875204e9df8c17f07aca438b6e3 73d02e4e1f...
  • 2aa9e67 chore: remove auth from request.str() (#887)
  • 50a271c docs: update oauth example (#886)
  • 615fb81 Release 9.8.3
  • 6ef1c58 [Librarian] Regenerated @ 46fda61a99ae466baec95ccfb33bfdd1b12de546 ac40c0ff37...
  • 229ddd3 chore: change oauth token endpoint (#882)
  • bf34028 Release 9.8.2
  • e8cf1fa [Librarian] Regenerated @ 967832a5f99248b8f29e15ebffef693b3540f4df 6d26e026ae...
  • cc3ee1f Release 9.8.1
  • 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.10.0 to 9.8.4.
- [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.10.0...9.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2025

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@gk2work gk2work closed this Oct 24, 2025
@gk2work gk2work deleted the dependabot/pip/backend/twilio-9.8.4 branch October 24, 2025 19:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant