Skip to content

Commit f5fe8ca

Browse files
committed
Release 6.46.0
1 parent ba4416f commit f5fe8ca

File tree

730 files changed

+7490
-6994
lines changed

Some content is hidden

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

730 files changed

+7490
-6994
lines changed

docs/build/doctrees/CHANGES.doctree

10.7 KB
Binary file not shown.

docs/build/doctrees/README.doctree

827 Bytes
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.
49.6 KB
Binary file not shown.

docs/build/doctrees/index.doctree

0 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: 849c1a50bb8b04ea64995f4915391be5
3+
config: f2bc7eb33ece14ceae2b5a210eb58f4b
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.45.4 documentation</title>
13+
<title>Authors — twilio-python 6.46.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: 33 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.45.4 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 6.46.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,37 @@
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-6-46-0">
34+
<h2>[2020-10-14] Version 6.46.0<a class="headerlink" href="#version-6-46-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Library - Docs</strong></p>
36+
<ul class="simple">
37+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/542">PR #542</a>: add path limit error for windows. Thanks to <a class="reference external" href="https://github.com/hack3r-0m">@hack3r-0m</a>!</li>
38+
</ul>
39+
<p><strong>Ai</strong></p>
40+
<ul class="simple">
41+
<li>Add <code class="docutils literal notranslate"><span class="pre">Annotation</span> <span class="pre">Project</span></code> and <code class="docutils literal notranslate"><span class="pre">Annotation</span> <span class="pre">Task</span></code> endpoints</li>
42+
<li>Add <code class="docutils literal notranslate"><span class="pre">Primitives</span></code> endpoints</li>
43+
<li>Add <code class="docutils literal notranslate"><span class="pre">meta.total</span></code> to the search endpoint</li>
44+
</ul>
45+
<p><strong>Conversations</strong></p>
46+
<ul class="simple">
47+
<li>Mutable Conversation Unique Names</li>
48+
</ul>
49+
<p><strong>Insights</strong></p>
50+
<ul class="simple">
51+
<li>Added <code class="docutils literal notranslate"><span class="pre">trust</span></code> to summary.</li>
52+
</ul>
53+
<p><strong>Preview</strong></p>
54+
<ul class="simple">
55+
<li>Simplified <code class="docutils literal notranslate"><span class="pre">Channels</span></code> resource. The path is now <code class="docutils literal notranslate"><span class="pre">/BrandedChannels/branded_channel_sid/Channels</span></code> <strong>(breaking change)</strong></li>
56+
</ul>
57+
<p><strong>Verify</strong></p>
58+
<ul class="simple">
59+
<li>Changed parameters (<code class="docutils literal notranslate"><span class="pre">config</span></code> and <code class="docutils literal notranslate"><span class="pre">binding</span></code>) to use dot notation instead of JSON string (e.i. Before: <code class="docutils literal notranslate"><span class="pre">binding={"alg":"ES256",</span> <span class="pre">"public_key":</span> <span class="pre">"xxx..."}</span></code>, Now: <code class="docutils literal notranslate"><span class="pre">Binding.Alg="ES256"</span></code>, <code class="docutils literal notranslate"><span class="pre">Binding.PublicKey="xxx..."</span></code>). <strong>(breaking change)</strong></li>
60+
<li>Changed parameters (<code class="docutils literal notranslate"><span class="pre">details</span></code> and <code class="docutils literal notranslate"><span class="pre">hidden_details</span></code>) to use dot notation instead of JSON string (e.i. Before: <code class="docutils literal notranslate"><span class="pre">details={"message":"Test</span> <span class="pre">message",</span> <span class="pre">"fields":</span> <span class="pre">"[{\"label\":</span> <span class="pre">\"Action</span> <span class="pre">1\",</span> <span class="pre">\"value\":\"value</span> <span class="pre">1\"}]"}</span></code>, Now: <code class="docutils literal notranslate"><span class="pre">details.Message="Test</span> <span class="pre">message"</span></code>, <code class="docutils literal notranslate"><span class="pre">Details.Fields=["{\"label\":</span> <span class="pre">\"Action</span> <span class="pre">1\",</span> <span class="pre">\"value\":\"value</span> <span class="pre">1\"}"]</span></code>). <strong>(breaking change)</strong></li>
61+
<li>Removed <code class="docutils literal notranslate"><span class="pre">notify_service_sid</span></code> from <code class="docutils literal notranslate"><span class="pre">push</span></code> service configuration object. Add <code class="docutils literal notranslate"><span class="pre">Push.IncludeDate</span></code>, <code class="docutils literal notranslate"><span class="pre">Push.ApnCredentialSid</span></code> and <code class="docutils literal notranslate"><span class="pre">Push.FcmCredentialSid</span></code> service configuration parameters. <strong>(breaking change)</strong></li>
62+
</ul>
63+
</div>
3364
<div class="section" id="version-6-45-4">
3465
<h2>[2020-09-28] Version 6.45.4<a class="headerlink" href="#version-6-45-4" title="Permalink to this headline"></a></h2>
3566
<p><strong>Library - Docs</strong></p>
@@ -2615,6 +2646,7 @@ <h3>Useful Links</h3>
26152646
<h3><a href="index.html">Table of Contents</a></h3>
26162647
<ul>
26172648
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
2649+
<li><a class="reference internal" href="#version-6-46-0">[2020-10-14] Version 6.46.0</a></li>
26182650
<li><a class="reference internal" href="#version-6-45-4">[2020-09-28] Version 6.45.4</a></li>
26192651
<li><a class="reference internal" href="#version-6-45-3">[2020-09-21] Version 6.45.3</a></li>
26202652
<li><a class="reference internal" href="#version-6-45-2">[2020-09-16] Version 6.45.2</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.45.4 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 6.46.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.45.4 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 6.46.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.45.4 documentation</title>
13+
<title>Issue Summary — twilio-python 6.46.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/LICENSE.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>&lt;no title&gt; — twilio-python 6.45.4 documentation</title>
13+
<title>&lt;no title&gt; — twilio-python 6.46.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.45.4 documentation</title>
13+
<title>Fixes — twilio-python 6.46.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: 2 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 — twilio-python 6.45.4 documentation</title>
13+
<title>twilio-python — twilio-python 6.46.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>
@@ -68,6 +68,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
6868
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">twilio</span>
6969
</pre></div>
7070
</div>
71+
<p>If pip install fails on Windows, check the path length of the directory. If it is greater 260 characters then enable <a class="reference external" href="https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation">Long Paths</a> or choose other shorter location.</p>
7172
<p>Don’t have pip installed? Try installing it, by running this from the command
7273
line:</p>
7374
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ curl https://bootstrap.pypa.io/get-pip.py | python

docs/build/html/UPGRADE.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>Upgrade Guide — twilio-python 6.45.4 documentation</title>
13+
<title>Upgrade Guide — twilio-python 6.46.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/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.45.4 documentation</title>
13+
<title>Versioning Strategy — twilio-python 6.46.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: 9 additions & 8 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.45.4 documentation</title>
13+
<title>Overview: module code — twilio-python 6.46.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>
@@ -56,10 +56,12 @@ <h1>All modules for which code is available</h1>
5656
<li><a href="twilio/rest.html">twilio.rest</a></li>
5757
<ul><li><a href="twilio/rest/accounts.html">twilio.rest.accounts</a></li>
5858
<ul><li><a href="twilio/rest/accounts/v1.html">twilio.rest.accounts.v1</a></li>
59-
<ul><li><a href="twilio/rest/accounts/v1/credential.html">twilio.rest.accounts.v1.credential</a></li>
59+
<ul><li><a href="twilio/rest/accounts/v1/auth_token_promotion.html">twilio.rest.accounts.v1.auth_token_promotion</a></li>
60+
<li><a href="twilio/rest/accounts/v1/credential.html">twilio.rest.accounts.v1.credential</a></li>
6061
<ul><li><a href="twilio/rest/accounts/v1/credential/aws.html">twilio.rest.accounts.v1.credential.aws</a></li>
6162
<li><a href="twilio/rest/accounts/v1/credential/public_key.html">twilio.rest.accounts.v1.credential.public_key</a></li>
62-
</ul></ul></ul><li><a href="twilio/rest/api.html">twilio.rest.api</a></li>
63+
</ul><li><a href="twilio/rest/accounts/v1/secondary_auth_token.html">twilio.rest.accounts.v1.secondary_auth_token</a></li>
64+
</ul></ul><li><a href="twilio/rest/api.html">twilio.rest.api</a></li>
6365
<ul><li><a href="twilio/rest/api/v2010.html">twilio.rest.api.v2010</a></li>
6466
<ul><li><a href="twilio/rest/api/v2010/account.html">twilio.rest.api.v2010.account</a></li>
6567
<ul><li><a href="twilio/rest/api/v2010/account/address.html">twilio.rest.api.v2010.account.address</a></li>
@@ -321,12 +323,11 @@ <h1>All modules for which code is available</h1>
321323
<li><a href="twilio/rest/preview/sync/service/sync_map/sync_map_permission.html">twilio.rest.preview.sync.service.sync_map.sync_map_permission</a></li>
322324
</ul></ul></ul><li><a href="twilio/rest/preview/trusted_comms.html">twilio.rest.preview.trusted_comms</a></li>
323325
<ul><li><a href="twilio/rest/preview/trusted_comms/branded_call.html">twilio.rest.preview.trusted_comms.branded_call</a></li>
324-
<li><a href="twilio/rest/preview/trusted_comms/brands_information.html">twilio.rest.preview.trusted_comms.brands_information</a></li>
326+
<li><a href="twilio/rest/preview/trusted_comms/branded_channel.html">twilio.rest.preview.trusted_comms.branded_channel</a></li>
327+
<ul><li><a href="twilio/rest/preview/trusted_comms/branded_channel/channel.html">twilio.rest.preview.trusted_comms.branded_channel.channel</a></li>
328+
</ul><li><a href="twilio/rest/preview/trusted_comms/brands_information.html">twilio.rest.preview.trusted_comms.brands_information</a></li>
325329
<li><a href="twilio/rest/preview/trusted_comms/business.html">twilio.rest.preview.trusted_comms.business</a></li>
326-
<ul><li><a href="twilio/rest/preview/trusted_comms/business/brand.html">twilio.rest.preview.trusted_comms.business.brand</a></li>
327-
<ul><li><a href="twilio/rest/preview/trusted_comms/business/brand/branded_channel.html">twilio.rest.preview.trusted_comms.business.brand.branded_channel</a></li>
328-
<ul><li><a href="twilio/rest/preview/trusted_comms/business/brand/branded_channel/channel.html">twilio.rest.preview.trusted_comms.business.brand.branded_channel.channel</a></li>
329-
</ul></ul><li><a href="twilio/rest/preview/trusted_comms/business/insights.html">twilio.rest.preview.trusted_comms.business.insights</a></li>
330+
<ul><li><a href="twilio/rest/preview/trusted_comms/business/insights.html">twilio.rest.preview.trusted_comms.business.insights</a></li>
330331
<ul><li><a href="twilio/rest/preview/trusted_comms/business/insights/impressions_rate.html">twilio.rest.preview.trusted_comms.business.insights.impressions_rate</a></li>
331332
</ul></ul><li><a href="twilio/rest/preview/trusted_comms/cps.html">twilio.rest.preview.trusted_comms.cps</a></li>
332333
<li><a href="twilio/rest/preview/trusted_comms/current_call.html">twilio.rest.preview.trusted_comms.current_call</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.45.4 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 6.46.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/twilio/base/domain.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.domain — twilio-python 6.45.4 documentation</title>
13+
<title>twilio.base.domain — twilio-python 6.46.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/twilio/base/exceptions.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.exceptions — twilio-python 6.45.4 documentation</title>
13+
<title>twilio.base.exceptions — twilio-python 6.46.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/twilio/base/instance_context.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.instance_context — twilio-python 6.45.4 documentation</title>
13+
<title>twilio.base.instance_context — twilio-python 6.46.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)