Skip to content

Commit d13bf31

Browse files
Update dependency python-multipart to v0.0.10 (#168)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [python-multipart](https://redirect.github.com/Kludex/python-multipart) ([changelog](https://redirect.github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)) | `0.0.9` -> `0.0.10` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/python-multipart/0.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/python-multipart/0.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/python-multipart/0.0.9/0.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/python-multipart/0.0.9/0.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Kludex/python-multipart (python-multipart)</summary> ### [`v0.0.10`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0010-2024-09-21) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.9...0.0.10) - Support `on_header_begin` [#&#8203;103](https://redirect.github.com/Kludex/python-multipart/pull/103). - Improve type hints on `FormParser` [#&#8203;104](https://redirect.github.com/Kludex/python-multipart/pull/104). - Fix `OnFileCallback` type [#&#8203;106](https://redirect.github.com/Kludex/python-multipart/pull/106). - Improve type hints [#&#8203;110](https://redirect.github.com/Kludex/python-multipart/pull/110). - Improve type hints on `File` [#&#8203;111](https://redirect.github.com/Kludex/python-multipart/pull/111). - Add type hint to helper functions [#&#8203;112](https://redirect.github.com/Kludex/python-multipart/pull/112). - Minor fix for Field.**repr** [#&#8203;114](https://redirect.github.com/Kludex/python-multipart/pull/114). - Fix use of chunk_size parameter [#&#8203;136](https://redirect.github.com/Kludex/python-multipart/pull/136). - Allow digits and valid token chars in headers [#&#8203;134](https://redirect.github.com/Kludex/python-multipart/pull/134). - Fix headers being carried between parts [#&#8203;135](https://redirect.github.com/Kludex/python-multipart/pull/135). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f18c0d commit d13bf31

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

poetry.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pillow = "10.4.0"
1515
pillow-avif-plugin = "1.4.6"
1616
python = "^3.12"
1717
# used for UploadFile
18-
python-multipart = "0.0.9"
18+
python-multipart = "0.0.10"
1919
requests = "2.32.3"
2020
uvicorn = {version = "0.30.6", extras = ["standard"]}
2121

0 commit comments

Comments
 (0)