build(deps): bump starlette from 0.46.2 to 0.47.2 by dependabot[bot] · Pull Request #1 · OversonicRobotics/MemOS
Bumps starlette from 0.46.2 to 0.47.2.
Release notes
Sourced from starlette's releases.
0.47.2
Fixed
- Make
UploadFilecheck for future rollover #2962.
New Contributors
@HonakerMmade their first contribution in encode/starlette#2962Full Changelog: Kludex/starlette@0.47.1...0.47.2
Version 0.47.1
Fixed
Full Changelog: Kludex/starlette@0.47.0...0.47.1
Version 0.47.0
Added
- Add support for ASGI
pathsendextension #2671.- Add
partitionedattribute toResponse.set_cookie#2501.Changed
- Change
methodsparameter type fromlist[str]toCollection[str]#2903.- Replace
import typingbyfrom typing import ...in the whole codebase #2867.Fixed
- Mark
ExceptionMiddleware.http_exceptionas async to prevent thread creation #2922.
New Contributors
@danlapidmade their first contribution in encode/starlette#2922@Flecartmade their first contribution in encode/starlette#2501@AllenSH12made their first contribution in encode/starlette#2936@waketzhengmade their first contribution in encode/starlette#2867@jonathanberthiasmade their first contribution in encode/starlette#2903Full Changelog: Kludex/starlette@0.46.2...0.47.0
Changelog
Sourced from starlette's changelog.
0.47.2 (July 20, 2025)
Fixed
- Make
UploadFilecheck for future rollover #2962.0.47.1 (June 21, 2025)
Fixed
0.47.0 (May 29, 2025)
Added
- Add support for ASGI
pathsendextension #2671.- Add
partitionedattribute toResponse.set_cookie#2501.Changed
- Change
methodsparameter type fromlist[str]toCollection[str]#2903.- Replace
import typingbyfrom typing import ...in the whole codebase #2867.Fixed
- Mark
ExceptionMiddleware.http_exceptionas async to prevent thread creation #2922.
Commits
6ee94f2Version 0.47.2 (#2965)9f7ec2eMake UploadFile check for future rollover (#2962)540ff5fBump the python-packages group with 7 updates (#2957)d4dd545docs: add Google Analytics (#2963)fa53554Version 0.47.1 (#2952)e741635UseSelfinTestClient.__enter__(#2951)739ea49Allow async exception handlers to type-check (#2949)78da9b9Bump the python-packages group with 6 updates (#2948)739321dVersion 0.47.0 (#2947)af1c709Add support for ASGIpathsendextension (#2671)- 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.