Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Bump twilio from 6.30.0 to 7.13.0 #125

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2022

Bumps twilio from 6.30.0 to 7.13.0.

Release notes

Sourced from twilio's releases.

7.13.0

Release Notes

Library - Test

Api

  • Remove beta feature from scheduling params and remove optimize parameters. (breaking change)

Routes

  • Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. (breaking change)

Twiml

  • Add new Polly Neural voices
  • Add new languages to SSML <lang>.

Docs

7.12.1

Release Notes

Routes

  • Inbound Proccessing Region API - Public GA

Supersim

  • Allow updating DataLimit on a Fleet

Docs

7.12.0

Release Notes

Flex

  • Add status, error_code, and error_message fields to Interaction Channel
  • Adding messenger and gbm as supported channels for Interactions API

Messaging

  • Update alpha_sender docs with new valid characters

Verify

  • Reorder Verification Check parameters so code stays as the first parameter (breaking change)
  • Rollback List Attempts API V2 back to pilot stage.

Docs

7.11.0

Release Notes

... (truncated)

Changelog

Sourced from twilio's changelog.

[2022-08-24] Version 7.13.0

Library - Test

Api

  • Remove beta feature from scheduling params and remove optimize parameters. (breaking change)

Routes

  • Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. (breaking change)

Twiml

  • Add new Polly Neural voices
  • Add new languages to SSML <lang>.

[2022-08-10] Version 7.12.1

Routes

  • Inbound Proccessing Region API - Public GA

Supersim

  • Allow updating DataLimit on a Fleet

[2022-07-21] Version 7.12.0

Flex

  • Add status, error_code, and error_message fields to Interaction Channel
  • Adding messenger and gbm as supported channels for Interactions API

Messaging

  • Update alpha_sender docs with new valid characters

Verify

  • Reorder Verification Check parameters so code stays as the first parameter (breaking change)
  • Rollback List Attempts API V2 back to pilot stage.

[2022-07-13] Version 7.11.0

Library - Fix

Library - Test

Conversations

  • Allowed to use identity as part of Participant's resource (breaking change)

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2021-09-22] 6.x.x to 7.x.x

Overview

Version 7.x.x is the first version that officially drops support for Python versions 2.7, 3.4, and 3.5.

Removal of files and dependencies that were added to support Python 2.7, 3.4, and 3.5:

  • Six
    • Removed use of u a fake unicode literal
    • Removed use of b a fake bytes literal
    • Removed PY3 a boolean indicating if the code is running on Python 3
    • text_type type for representing (Unicode) textual data --> str
    • iteritems returns an iterator over dictionary’s items --> items
    • string_types possible types for text data like basestring() in Python 2 and str in Python 3.--> str
  • twilio/compat.py
    • from twilio.compat import urlencode --> from urllib.parse import urlencode
    • izip --> zip
  • twilio/jwt/compat.py
    • Removed compat.compare_digest
  • twilio/jwt/init.py
    • Removed import for simplejson and json

Updated dependencies

CHANGED - Remove the ability to override the algorithm in Jwt.to_jwt().

Removed the ability to override the algorithm while using a jwt access token:

// 6.x.x
from twilio.jwt.access_token import AccessToken
token.to_jwt(algorithm='HS512')
// 7.x.x
from twilio.jwt.access_token import AccessToken
token.to_jwt()

[2017-09-28] 6.6.x to 6.7.x

CHANGED - Body parameter on Chat Message creation is no longer required.

Rationale

This was changed to add support for sending media in Chat messages, users can now either provide a body or a media_sid.

6.6.x

... (truncated)

Commits
  • 318118c Release 7.13.0
  • cd8cc60 [Librarian] Regenerated @ 9419ae9766a1f3421c32308ef0a457ca0c0248fd
  • 91c0ab9 chore: add test-docker rule (#614)
  • db08b77 Release 7.12.1
  • 4683b58 [Librarian] Regenerated @ 9e43c4b1c21f11427158cfc8a409854c419cd158
  • 951fc87 fix: correct the docker tag syntax for RCs
  • e4d6070 Release 7.12.0
  • fcef667 [Librarian] Regenerated @ 54f479b2e9ba3ddad939d35c077bf4875093bb86
  • 125ca93 docs: mark latest 'Verify' change as breaking
  • b792a30 Release 7.11.0
  • 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 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 6.30.0 to 7.13.0.
- [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@6.30.0...7.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 25, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.61% when pulling 80cfb55 on dependabot/pip/twilio-7.13.0 into b455ee7 on master.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2022

Superseded by #128.

@dependabot dependabot bot closed this Sep 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/twilio-7.13.0 branch September 8, 2022 14:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant