- Removed Google App Engine support to allow using urllib3 2.0
Fixed Bugs
- Ensured the test suite no longer reaches the Internet
Miscellaneous
Added explicit support for Python 3.11
0.10.1 -- 2022-10-25
Fixed Bugs
- Fix urllib3 warning to only emit on X509Adapter usage
0.10.0 -- 2022-10-06
--------------------
New Features
Add support for preparing requests in BaseUrlSession
Fixed Bugs
- Fixing missing newline in dump utility
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/requests/toolbelt/commit/b7d1a1fcdda9ebcd9afe5011690ab860fce780c2"><code>b7d1a1f</code></a> Release 1.0.0</li>
<li><a href="https://github.com/requests/toolbelt/commit/6c7fe9da588198143b51fec48ccba55d89989af7"><code>6c7fe9d</code></a> Merge pull request <a href="https://redirect.github.com/requests/toolbelt/issues/355">#355</a> from pquentin/remove-appengine-support</li>
<li><a href="https://github.com/requests/toolbelt/commit/1a5a2b1ccd389a5d7ebb86949d1e24d741d72390"><code>1a5a2b1</code></a> Mention App Engine removal in HISTORY.rst</li>
<li><a href="https://github.com/requests/toolbelt/commit/da0306dd4f84cdcad6b0e694d674b9d9c9479c61"><code>da0306d</code></a> Remove Google AppEngine support</li>
<li><a href="https://github.com/requests/toolbelt/commit/9d47ccf1a2e0f033f9b7d9c269e455c7f505f0fd"><code>9d47ccf</code></a> Merge pull request <a href="https://redirect.github.com/requests/toolbelt/issues/327">#327</a> from andriyor/patch-1</li>
<li><a href="https://github.com/requests/toolbelt/commit/87805ff20ec3bbbb9fd5d043e8a4ab91889c636b"><code>87805ff</code></a> Merge pull request <a href="https://redirect.github.com/requests/toolbelt/issues/343">#343</a> from PaulWestenthanner/fix/threading_docs</li>
<li><a href="https://github.com/requests/toolbelt/commit/fa0a16ed22777e468e1325bcb50d3df711733c8a"><code>fa0a16e</code></a> fix code in documentation on threading</li>
<li><a href="https://github.com/requests/toolbelt/commit/9f2c1f203694ab00951516d47960668c3aa76615"><code>9f2c1f2</code></a> Merge pull request <a href="https://redirect.github.com/requests/toolbelt/issues/339">#339</a> from hugovk/add-3.11</li>
<li><a href="https://github.com/requests/toolbelt/commit/1c6499b4f700aa354c88cdf550ca6b63377e9250"><code>1c6499b</code></a> Bump GitHub Actions</li>
<li><a href="https://github.com/requests/toolbelt/commit/90e8f2ca7c555fdff803b3a7aa62395396fb9bec"><code>90e8f2c</code></a> Add support for Python 3.11</li>
<li>Additional commits viewable in <a href="https://github.com/requests/toolbelt/compare/0.9.1...1.0.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests-toolbelt&package-manager=pip&previous-version=0.9.1&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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 requests-toolbelt from 0.9.1 to 1.0.0.
Changelog
Sourced from requests-toolbelt's changelog.