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.15.0 #133

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2022

Bumps twilio from 6.30.0 to 7.15.0.

Release notes

Sourced from twilio's releases.

7.15.0

Release Notes

Api

  • Make link shortening parameters public (breaking change)

Oauth

  • added oauth JWKS endpoint
  • Get userinfo resource
  • OpenID discovery resource
  • Add new API for token endpoint

Supersim

  • Add SettingsUpdates resource

Verify

  • Update Verify Push endpoints to ga maturity
  • Verify BYOT add Channels property to the Get Templates response

Twiml

  • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

Docs

7.14.2

Release Notes

Api

  • Added virtual-agent to usage_record API.
  • Add AMD attributes to participant create request

Twiml

  • Add AMD attributes to Number and Sip

Docs

7.14.1

Release Notes

Library - Fix

Docs

7.14.0

Release Notes

... (truncated)

Changelog

Sourced from twilio's changelog.

[2022-10-19] Version 7.15.0

Api

  • Make link shortening parameters public (breaking change)

Oauth

  • added oauth JWKS endpoint
  • Get userinfo resource
  • OpenID discovery resource
  • Add new API for token endpoint

Supersim

  • Add SettingsUpdates resource

Verify

  • Update Verify Push endpoints to ga maturity
  • Verify BYOT add Channels property to the Get Templates response

Twiml

  • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

[2022-10-05] Version 7.14.2

Api

  • Added virtual-agent to usage_record API.
  • Add AMD attributes to participant create request

Twiml

  • Add AMD attributes to Number and Sip

[2022-09-21] Version 7.14.1

Library - Fix

[2022-09-07] Version 7.14.0

Library - Fix

Flex

  • Removed redundant close status from Flex Interactions flow (breaking change)
  • Adding debugger_integration and flex_ui_status_report to Flex Configuration

Messaging

  • Add create, list and get tollfree verification API

... (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
  • c13b91d Release 7.15.0
  • f9e142e [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
  • caa9c42 Release 7.14.2
  • 63c8b79 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
  • 84972e5 Release 7.14.1
  • ab9532c [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
  • b3a5deb fix: support duplicated query param values (#617)
  • c9c68a0 Release 7.14.0
  • ab346fd [Librarian] Regenerated @ ade563fc57a4dee06c74dd93e9921a155b4c5a44
  • 30368b0 test: update common test case
  • 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.15.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.15.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 Oct 20, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.61% when pulling 7fccc61 on dependabot/pip/twilio-7.15.0 into b455ee7 on master.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #135.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/twilio-7.15.0 branch November 1, 2022 13:36
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