rag-as-a-service-with-vision
rag-as-a-service-with-vision copied to clipboard
Bump python-multipart from 0.0.9 to 0.0.18 in /src/api
Bumps python-multipart from 0.0.9 to 0.0.18.
Release notes
Sourced from python-multipart's releases.
Version 0.0.18
What's Changed
- Hard break if found data after last boundary on
MultipartParserby@Kludexin Kludex/python-multipart#189
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.17...0.0.18
Version 0.0.17
What's Changed
- Handle PermissionError in fallback code for old import name by
@defnullin Kludex/python-multipart#182
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.16...0.0.17
Version 0.0.16
What's Changed
- Add dunder attributes to
multipartpackage by@Kludexin Kludex/python-multipart#177
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.15...0.0.16
Version 0.0.15
What's Changed
Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.14...0.0.15
Version 0.0.14
What's Changed
- fix: use alternate scheme for importing multipart by
@henryiiiin Kludex/python-multipart#168Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.13...0.0.14
Version 0.0.13
What's Changed
- Rename import to python_multipart by
@henryiiiin Kludex/python-multipart#166New Contributors
@henryiiimade their first contribution in Kludex/python-multipart#166Full Changelog: https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.13
... (truncated)
Changelog
Sourced from python-multipart's changelog.
0.0.18 (2024-11-28)
- Hard break if found data after last boundary on
MultipartParser#189.0.0.17 (2024-10-31)
- Handle PermissionError in fallback code for old import name #182.
0.0.16 (2024-10-27)
- Add dunder attributes to
multipartpackage #177.0.0.15 (2024-10-27)
0.0.14 (2024-10-24)
- Fix import scheme for
multipartmodule (#168).0.0.13 (2024-10-20)
- Rename import to
python_multipart#166.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
5b1aed8Version 0.0.18 (#191)9205a0eHard break if found data after last boundary onMultipartParser(#189)170e604Update ruff & mypy (#188)e53b541Create SECURITY.md (#187)02d1ec1fuzz: fix boundary error (#179)616b81eVersion 0.0.17 (#183)ca52662Handle PermissionError in fallback code for old import name (#182)8764067Version 0.0.16 (#177)ce85154Version 0.0.15 (#175)73fb55dci: check-sdist (#172)- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.