Skip to content

Commit a9e09b0

Browse files
committed
Release 7.0.0
1 parent 49cf5d8 commit a9e09b0

File tree

763 files changed

+1128
-993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+1128
-993
lines changed

docs/build/doctrees/CHANGES.doctree

8.04 KB
Binary file not shown.

docs/build/doctrees/README.doctree

-609 Bytes
Binary file not shown.

docs/build/doctrees/UPGRADE.doctree

12 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6.34 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-2 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 118dc20ece5d0a54c2036a1fcc3fea20
3+
config: 78921674c24c8c99e5e870ffbe107fcb
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/AUTHORS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Authors — twilio-python 6.63.2 documentation</title>
13+
<title>Authors — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CHANGES.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python Changelog — twilio-python 6.63.2 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -30,6 +30,28 @@
3030
<div class="section" id="twilio-python-changelog">
3131
<h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline"></a></h1>
3232
<p>Here you can see the full list of changes between each twilio-python release.</p>
33+
<div class="section" id="version-7-0-0">
34+
<h2>[2021-09-22] Version 7.0.0<a class="headerlink" href="#version-7-0-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Note:</strong> This release contains breaking changes, check our <a class="reference external" href="./UPGRADE.md#2021-09-22-6xx-to-7xx">upgrade guide</a> for detailed migration notes.</p>
36+
<p><strong>Library - Fix</strong></p>
37+
<ul class="simple">
38+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560">PR #560</a>: update code and tests for pyjwt&gt;=2.0.0. Thanks to <a class="reference external" href="https://github.com/karls">@karls</a>! <strong>(breaking change)</strong></li>
39+
</ul>
40+
<p><strong>Library - Docs</strong></p>
41+
<ul class="simple">
42+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/570">PR #570</a>: Add upgrade guide for dropping python 2.7, 3.4 &amp; 3.5. Thanks to <a class="reference external" href="https://github.com/JenniferMah">@JenniferMah</a>!</li>
43+
</ul>
44+
<p><strong>Events</strong></p>
45+
<ul class="simple">
46+
<li>Add segment sink</li>
47+
</ul>
48+
<p><strong>Messaging</strong></p>
49+
<ul class="simple">
50+
<li>Add post_approval_required attribute in GET us_app_to_person_usecase api response</li>
51+
<li>Add Identity Status, Russell 3000, Tax Exempt Status and Should Skip SecVet fields for Brand Registrations</li>
52+
<li>Add Should Skip Secondary Vetting optional flag parameter to create Brand API</li>
53+
</ul>
54+
</div>
3355
<div class="section" id="version-6-63-2">
3456
<h2>[2021-09-08] Version 6.63.2<a class="headerlink" href="#version-6-63-2" title="Permalink to this headline"></a></h2>
3557
<p><strong>Api</strong></p>
@@ -3221,6 +3243,7 @@ <h3>Useful Links</h3>
32213243
<h3><a href="index.html">Table of Contents</a></h3>
32223244
<ul>
32233245
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
3246+
<li><a class="reference internal" href="#version-7-0-0">[2021-09-22] Version 7.0.0</a></li>
32243247
<li><a class="reference internal" href="#version-6-63-2">[2021-09-08] Version 6.63.2</a></li>
32253248
<li><a class="reference internal" href="#version-6-63-1">[2021-08-25] Version 6.63.1</a></li>
32263249
<li><a class="reference internal" href="#version-6-63-0">[2021-08-11] Version 6.63.0</a></li>

docs/build/html/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributor Covenant Code of Conduct — twilio-python 6.63.2 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributing to twilio-python — twilio-python 6.63.2 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/ISSUE_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Issue Summary — twilio-python 6.63.2 documentation</title>
13+
<title>Issue Summary — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/PULL_REQUEST_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Fixes — twilio-python 6.63.2 documentation</title>
13+
<title>Fixes — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/README.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python — twilio-python 6.63.2 documentation</title>
13+
<title>twilio-python — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -55,9 +55,6 @@ <h3>Migrating from 5.x<a class="headerlink" href="#migrating-from-5-x" title="Pe
5555
<h3>Supported Python Versions<a class="headerlink" href="#supported-python-versions" title="Permalink to this headline"></a></h3>
5656
<p>This library supports the following Python implementations:</p>
5757
<ul class="simple">
58-
<li>Python 2.7</li>
59-
<li>Python 3.4</li>
60-
<li>Python 3.5</li>
6158
<li>Python 3.6</li>
6259
<li>Python 3.7</li>
6360
<li>Python 3.8</li>

docs/build/html/UPGRADE.html

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Upgrade Guide — twilio-python 6.63.2 documentation</title>
13+
<title>Upgrade Guide — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -29,8 +29,64 @@
2929
<div class="body" role="main">
3030
<div class="section" id="upgrade-guide">
3131
<h1>Upgrade Guide<a class="headerlink" href="#upgrade-guide" title="Permalink to this headline"></a></h1>
32-
<p><em>After <code class="docutils literal notranslate"><span class="pre">6.0.0</span></code> all <code class="docutils literal notranslate"><span class="pre">MINOR</span></code> and <code class="docutils literal notranslate"><span class="pre">MAJOR</span></code> version bumps will have upgrade notes
32+
<p><em><code class="docutils literal notranslate"><span class="pre">MAJOR</span></code> version bumps will have upgrade notes
3333
posted here.</em></p>
34+
<div class="section" id="x-x-to-7-x-x">
35+
<h2>[2021-09-22] 6.x.x to 7.x.x<a class="headerlink" href="#x-x-to-7-x-x" title="Permalink to this headline"></a></h2>
36+
<div class="section" id="overview">
37+
<h3>Overview<a class="headerlink" href="#overview" title="Permalink to this headline"></a></h3>
38+
<p>Version <code class="docutils literal notranslate"><span class="pre">7.x.x</span></code> is the first version that officially drops support for Python versions 2.7, 3.4, and 3.5.</p>
39+
<div class="section" id="removal-of-files-and-dependencies-that-were-added-to-support-python-2-7-3-4-and-3-5">
40+
<h4>Removal of files and dependencies that were added to support Python 2.7, 3.4, and 3.5:<a class="headerlink" href="#removal-of-files-and-dependencies-that-were-added-to-support-python-2-7-3-4-and-3-5" title="Permalink to this headline"></a></h4>
41+
<ul class="simple">
42+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552L4">Six</a><ul>
43+
<li>Removed use of <code class="docutils literal notranslate"><span class="pre">u</span></code> a fake unicode literal</li>
44+
<li>Removed use of <code class="docutils literal notranslate"><span class="pre">b</span></code> a fake bytes literal</li>
45+
<li>Removed <code class="docutils literal notranslate"><span class="pre">PY3</span></code> a boolean indicating if the code is running on Python 3</li>
46+
<li><code class="docutils literal notranslate"><span class="pre">text_type</span></code> type for representing (Unicode) textual data –&gt; <code class="docutils literal notranslate"><span class="pre">str</span></code></li>
47+
<li><code class="docutils literal notranslate"><span class="pre">iteritems</span></code> returns an iterator over dictionary’s items –&gt; <code class="docutils literal notranslate"><span class="pre">items</span></code></li>
48+
<li><code class="docutils literal notranslate"><span class="pre">string_types</span></code> possible types for text data like basestring() in Python 2 and str in Python 3.–&gt; <code class="docutils literal notranslate"><span class="pre">str</span></code></li>
49+
</ul>
50+
</li>
51+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/files?file-filters%5B%5D=.md&amp;file-filters%5B%5D=.py&amp;file-filters%5B%5D=.toml&amp;file-filters%5B%5D=.txt&amp;file-filters%5B%5D=.yml&amp;file-filters%5B%5D=No+extension#diff-e327449701a8717c94e1a084cdfc7dbf334c634cddf3867058b8f991d2de52c1L1">twilio/compat.py</a><ul>
52+
<li><code class="docutils literal notranslate"><span class="pre">from</span> <span class="pre">twilio.compat</span> <span class="pre">import</span> <span class="pre">urlencode</span></code> –&gt; <code class="docutils literal notranslate"><span class="pre">from</span> <span class="pre">urllib.parse</span> <span class="pre">import</span> <span class="pre">urlencode</span></code></li>
53+
<li><code class="docutils literal notranslate"><span class="pre">izip</span></code> –&gt; <code class="docutils literal notranslate"><span class="pre">zip</span></code></li>
54+
</ul>
55+
</li>
56+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/files?file-filters%5B%5D=.md&amp;file-filters%5B%5D=.py&amp;file-filters%5B%5D=.toml&amp;file-filters%5B%5D=.txt&amp;file-filters%5B%5D=.yml&amp;file-filters%5B%5D=No+extension#diff-03276a6bdd4ecdf37ab6bedf60032dd05f640e1b470e4353badc787d80ba73d5L1">twilio/jwt/compat.py</a><ul>
57+
<li>Removed <code class="docutils literal notranslate"><span class="pre">compat.compare_digest</span></code></li>
58+
</ul>
59+
</li>
60+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/files?file-filters%5B%5D=.ini&amp;file-filters%5B%5D=.py&amp;file-filters%5B%5D=.yml#diff-9152dd65476e69cc34a307781d5cef195070f48da5670ed0934fd34a9ac91150L12-L16">twilio/jwt/<strong>init</strong>.py</a><ul>
61+
<li>Removed import for <code class="docutils literal notranslate"><span class="pre">simplejson</span></code> and <code class="docutils literal notranslate"><span class="pre">json</span></code></li>
62+
</ul>
63+
</li>
64+
</ul>
65+
</div>
66+
<div class="section" id="updated-dependencies">
67+
<h4>Updated dependencies<a class="headerlink" href="#updated-dependencies" title="Permalink to this headline"></a></h4>
68+
<ul class="simple">
69+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552L6">Updated PyJWT to &gt;=2.0.0</a></li>
70+
</ul>
71+
</div>
72+
</div>
73+
<div class="section" id="changed-remove-the-ability-to-override-the-algorithm-in-jwt-to-jwt">
74+
<h3>CHANGED - <a class="reference external" href="https://github.com/twilio/twilio-python/pull/560/commits/dab158f429015e0894217d6503f55b517c27c474">Remove the ability to override the <code class="docutils literal notranslate"><span class="pre">algorithm</span></code> in <code class="docutils literal notranslate"><span class="pre">Jwt.to_jwt()</span></code></a>.<a class="headerlink" href="#changed-remove-the-ability-to-override-the-algorithm-in-jwt-to-jwt" title="Permalink to this headline"></a></h3>
75+
<div class="section" id="removed-the-ability-to-override-the-algorithm-while-using-a-jwt-access-token">
76+
<h4>Removed the ability to override the algorithm while using a jwt access token:<a class="headerlink" href="#removed-the-ability-to-override-the-algorithm-while-using-a-jwt-access-token" title="Permalink to this headline"></a></h4>
77+
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="o">//</span> <span class="mf">6.</span><span class="n">x</span><span class="o">.</span><span class="n">x</span>
78+
<span class="kn">from</span> <span class="nn">twilio.jwt.access_token</span> <span class="kn">import</span> <span class="n">AccessToken</span>
79+
<span class="n">token</span><span class="o">.</span><span class="n">to_jwt</span><span class="p">(</span><span class="n">algorithm</span><span class="o">=</span><span class="s1">'HS512'</span><span class="p">)</span>
80+
</pre></div>
81+
</div>
82+
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="o">//</span> <span class="mf">7.</span><span class="n">x</span><span class="o">.</span><span class="n">x</span>
83+
<span class="kn">from</span> <span class="nn">twilio.jwt.access_token</span> <span class="kn">import</span> <span class="n">AccessToken</span>
84+
<span class="n">token</span><span class="o">.</span><span class="n">to_jwt</span><span class="p">()</span>
85+
</pre></div>
86+
</div>
87+
</div>
88+
</div>
89+
</div>
3490
<div class="section" id="x-to-6-7-x">
3591
<h2>[2017-09-28] 6.6.x to 6.7.x<a class="headerlink" href="#x-to-6-7-x" title="Permalink to this headline"></a></h2>
3692
<div class="section" id="changed-body-parameter-on-chat-message-creation-is-no-longer-required">
@@ -77,6 +133,18 @@ <h3>Useful Links</h3>
77133
<h3><a href="index.html">Table of Contents</a></h3>
78134
<ul>
79135
<li><a class="reference internal" href="#">Upgrade Guide</a><ul>
136+
<li><a class="reference internal" href="#x-x-to-7-x-x">[2021-09-22] 6.x.x to 7.x.x</a><ul>
137+
<li><a class="reference internal" href="#overview">Overview</a><ul>
138+
<li><a class="reference internal" href="#removal-of-files-and-dependencies-that-were-added-to-support-python-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:</a></li>
139+
<li><a class="reference internal" href="#updated-dependencies">Updated dependencies</a></li>
140+
</ul>
141+
</li>
142+
<li><a class="reference internal" href="#changed-remove-the-ability-to-override-the-algorithm-in-jwt-to-jwt">CHANGED - Remove the ability to override the <code class="docutils literal notranslate"><span class="pre">algorithm</span></code> in <code class="docutils literal notranslate"><span class="pre">Jwt.to_jwt()</span></code>.</a><ul>
143+
<li><a class="reference internal" href="#removed-the-ability-to-override-the-algorithm-while-using-a-jwt-access-token">Removed the ability to override the algorithm while using a jwt access token:</a></li>
144+
</ul>
145+
</li>
146+
</ul>
147+
</li>
80148
<li><a class="reference internal" href="#x-to-6-7-x">[2017-09-28] 6.6.x to 6.7.x</a><ul>
81149
<li><a class="reference internal" href="#changed-body-parameter-on-chat-message-creation-is-no-longer-required">CHANGED - <code class="docutils literal notranslate"><span class="pre">Body</span></code> parameter on Chat <code class="docutils literal notranslate"><span class="pre">Message</span></code> creation is no longer required.</a><ul>
82150
<li><a class="reference internal" href="#rationale">Rationale</a></li>

docs/build/html/VERSIONS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Versioning Strategy — twilio-python 6.63.2 documentation</title>
13+
<title>Versioning Strategy — twilio-python 7.0.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Overview: module code — twilio-python 6.63.2 documentation</title>
13+
<title>Overview: module code — twilio-python 7.0.0 documentation</title>
1414
<link href="../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js" type="text/javascript"></script>
@@ -48,7 +48,6 @@ <h1>All modules for which code is available</h1>
4848
<ul><li><a href="twilio/jwt/access_token.html">twilio.jwt.access_token</a></li>
4949
<ul><li><a href="twilio/jwt/access_token/grants.html">twilio.jwt.access_token.grants</a></li>
5050
</ul><li><a href="twilio/jwt/client.html">twilio.jwt.client</a></li>
51-
<li><a href="twilio/jwt/compat.html">twilio.jwt.compat</a></li>
5251
<li><a href="twilio/jwt/taskrouter.html">twilio.jwt.taskrouter</a></li>
5352
<ul><li><a href="twilio/jwt/taskrouter/capabilities.html">twilio.jwt.taskrouter.capabilities</a></li>
5453
</ul><li><a href="twilio/jwt/validation.html">twilio.jwt.validation</a></li>

docs/build/html/_modules/twilio/base/deserialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.deserialize — twilio-python 6.63.2 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 7.0.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)