openapi-core
openapi-core copied to clipboard
Bump python-multipart from 0.0.9 to 0.0.12
Bumps python-multipart from 0.0.9 to 0.0.12.
Release notes
Sourced from python-multipart's releases.
Version 0.0.12
What's Changed
- Enforce 100% coverage by
@Kludexin Kludex/python-multipart#159- Add mypy strict typing by
@jhnstrkin Kludex/python-multipart#140- Improve error message when boundary character does not match by
@yecril23plin Kludex/python-multipart#124
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.11...0.0.12
Version 0.0.11
What's Changed
- Handle invalid CRLF in header name. fixes #122 by
@jhnstrkin Kludex/python-multipart#141- Improve performance, especially in data with many CR-LF by
@jhnstrkin Kludex/python-multipart#137
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.10...0.0.11
Version 0.0.10
What's Changed
- Support
on_header_beginby@Kludexin Kludex/python-multipart#103- Improve type hints on
FormParserby@Kludexin Kludex/python-multipart#104- Fix
OnFileCallbacktype by@Kludexin Kludex/python-multipart#106- Improve type hints by
@Kludexin Kludex/python-multipart#110- Improve type hints on
Fileby@Kludexin Kludex/python-multipart#111- Add type hint to helper functions by
@Kludexin Kludex/python-multipart#112- Minor fix for Field.repr by
@eltbusin Kludex/python-multipart#114- Fix use of chunk_size parameter by
@jhnstrkin Kludex/python-multipart#136- Allow digits and valid token chars in headers by
@jhnstrkin Kludex/python-multipart#134- Fix headers being carried between parts. fixes #63 by
@jhnstrkin Kludex/python-multipart#135New Contributors
@onuralpszrmade their first contribution in Kludex/python-multipart#108@janusheidemade their first contribution in Kludex/python-multipart#119@yecril23plmade their first contribution in Kludex/python-multipart#121@manuniomade their first contribution in Kludex/python-multipart#117@jhnstrkmade their first contribution in Kludex/python-multipart#136Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.10
Changelog
Sourced from python-multipart's changelog.
0.0.12 (2024-09-29)
- Improve error message when boundary character does not match #124.
- Add mypy strict typing #140.
- Enforce 100% coverage #159.
0.0.11 (2024-09-28)
- Improve performance, especially in data with many CR-LF #137.
- Handle invalid CRLF in header name #141.
0.0.10 (2024-09-21)
- Support
on_header_begin#103.- Improve type hints on
FormParser#104.- Fix
OnFileCallbacktype #106.- Improve type hints #110.
- Improve type hints on
File#111.- Add type hint to helper functions #112.
- Minor fix for Field.repr #114.
- Fix use of chunk_size parameter #136.
- Allow digits and valid token chars in headers #134.
- Fix headers being carried between parts #135.
Commits
3f7233dVersion 0.0.12 (#160)83191cbensure our boundary matches: improve the message (#124)a169d93Add mypy strict typing (#140)24d5f57Enforce 100% coverage (#159)293ea34Version 0.0.11 (#158)a790e40Improve performance, especially in data with many CR-LF (#137)dcf0ba1Handle invalid CRLF in header name. fixes #122 (#141)851a026Add entry to changelog (#157)265d6a4Upgrade documentation packages (#156)21825fcVersion 0.0.10 (#155)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)