build(deps): bump starlette from 0.52.1 to 1.3.1 in /packages/assistant-ai
Open-source platform for automated accessibility testing.
Brought to you by:
sservical
Originally created by: dependabot[bot]
Bumps starlette from 0.52.1 to 1.3.1.
Sourced from starlette's releases.
Version 1.3.1
What's Changed
- Use
StarletteDeprecationWarninginstead ofDeprecationWarningby@Kludexin Kludex/starlette#3119](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3119">Kludex/starlette/issues/3119)- Enforce
max_fieldsandmax_part_sizeinFormParserby@Kludexin Kludex/starlette#3329](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3329">Kludex/starlette/issues/3329)- Enforce
FormParserlimits in parser callbacks by@Kludexin Kludex/starlette#3331](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3331">Kludex/starlette/issues/3331)Full Changelog: https://github.com/Kludex/starlette/compare/1.3.0...1.3.1
Version 1.3.0
What's Changed
- Clamp oversized suffix ranges in
FileResponseby@jiyujie2006in Kludex/starlette#3307](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3307">Kludex/starlette/issues/3307)- Catch
OSErroralongsideMultiPartExceptionwhen closing temp files by@N3XT3R1337in Kludex/starlette#3191](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3191">Kludex/starlette/issues/3191)- Add
httpx2to thefullextra by@Kludexin Kludex/starlette#3323](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3323">Kludex/starlette/issues/3323)- Adjust testclient typing and warnings by
@waketzhengin Kludex/starlette#3322](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3322">Kludex/starlette/issues/3322)- Fix IndexError in URL.replace() on a URL with no authority by
@LeSingh1in Kludex/starlette#3317](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3317">Kludex/starlette/issues/3317)- Annotate URLPath protocol parameter with Literal by
@Chang-LeHungin Kludex/starlette#3285](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3285">Kludex/starlette/issues/3285)- avoid collapsing exception groups from user code by
@graingertin Kludex/starlette#2830](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/2830">Kludex/starlette/issues/2830)- Use
removeprefixto strip weak ETag indicator inis_not_modifiedby@gnosyslambdain Kludex/starlette#3193](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3193">Kludex/starlette/issues/3193)- Build
request.urlfrom structured components by@Kludexin Kludex/starlette#3326](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3326">Kludex/starlette/issues/3326)New Contributors
@jiyujie2006made their first contribution in Kludex/starlette#3307](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3307">Kludex/starlette/issues/3307)@N3XT3R1337made their first contribution in Kludex/starlette#3191](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3191">Kludex/starlette/issues/3191)@leestana01made their first contribution in Kludex/starlette#3319](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3319">Kludex/starlette/issues/3319)@LeSingh1made their first contribution in Kludex/starlette#3317](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3317">Kludex/starlette/issues/3317)@EmmanuelNiyonshutimade their first contribution in Kludex/starlette#3204](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3204">Kludex/starlette/issues/3204)@Chang-LeHungmade their first contribution in Kludex/starlette#3285](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3285">Kludex/starlette/issues/3285)@gnosyslambdamade their first contribution in Kludex/starlette#3193](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3193">Kludex/starlette/issues/3193)Full Changelog: https://github.com/Kludex/starlette/compare/1.2.1...1.3.0
Version 1.2.1
What's Changed
- Use
httpx2for type checking in thetestclientmodule by@leifwarin Kludex/starlette#3304](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3304">Kludex/starlette/issues/3304)- Add assert error for requires() when request param is not Request type by
@KeeganOPin Kludex/starlette#3298](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3298">Kludex/starlette/issues/3298)New Contributors
@leifwarmade their first contribution in Kludex/starlette#3304](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3304">Kludex/starlette/issues/3304)@diskeumade their first contribution in Kludex/starlette#3243](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3243">Kludex/starlette/issues/3243)@KeeganOPmade their first contribution in Kludex/starlette#3298](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3298">Kludex/starlette/issues/3298)Full Changelog: https://github.com/Kludex/starlette/compare/1.2.0...1.2.1
Version 1.2.0
What's Changed
- Support httpx2 in the test client by
@Kludexin Kludex/starlette#3291](https://github.com/href="https://redirect.github.com/Kludex/starlette/pull/3291">Kludex/starlette/issues/3291)Full Changelog: https://github.com/Kludex/starlette/compare/1.1.0...1.2.0
Version 1.1.0
... (truncated)
Sourced from starlette's changelog.
1.3.1 (June 12, 2026)
Fixed
- Enforce
max_fieldsandmax_part_sizeinFormParser#3329](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3329">/issues/3329).- Enforce
FormParserlimits in parser callbacks #3331](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3331">/issues/3331).1.3.0 (June 11, 2026)
Added
- Add
httpx2to thefullextra #3323](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3323">/issues/3323).- Annotate the
URLPathprotocolparameter withLiteral#3285](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3285">/issues/3285).Fixed
- Build
request.urlfrom structured components #3326](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3326">/issues/3326).- Clamp oversized suffix ranges in
FileResponse#3307](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3307">/issues/3307).- Catch
OSErroralongsideMultiPartExceptionwhen closing temp files #3191](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3191">/issues/3191).- Avoid collapsing exception groups raised from user code #2830](https://github.com/href="https://redirect.github.com/encode/starlette/pull/2830">/issues/2830).
- Use
removeprefixto strip the weakETagindicator inis_not_modified#3193](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3193">/issues/3193).- Fix
IndexErrorinURL.replace()on a URL with no authority #3317](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3317">/issues/3317).- Adjust
testclienttyping and warnings #3322](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3322">/issues/3322).1.2.1 (May 31, 2026)
Fixed
- Use
httpx2for type checking in thetestclientmodule #3304](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3304">/issues/3304).- Add assert error for
requires()when the request parameter is not aRequesttype #3298](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3298">/issues/3298).1.2.0 (May 28, 2026)
Added
- Support httpx2 in the test client #3291](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3291">/issues/3291).
1.1.0 (May 23, 2026)
Added
- Use
"application/octet-stream"as theFileResponsemedia type fallback #3283](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3283">/issues/3283).Fixed
- Only dispatch standard HTTP verbs in
HTTPEndpoint#3286](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3286">/issues/3286).- Reject absolute paths in
StaticFiles.lookup_path#3287](https://github.com/href="https://redirect.github.com/encode/starlette/pull/3287">/issues/3287).1.0.1 (May 21, 2026)
... (truncated)
8ebffd0 Version 1.3.1 (#3330](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3330">/issues/3330))25b8e17 Enforce FormParser limits in parser callbacks (#3331](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3331">/issues/3331))dba1c4b Enforce max_fields and max_part_size in FormParser (#3329](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3329">/issues/3329))45e51dc Use StarletteDeprecationWarning instead of DeprecationWarning (#3119](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3119">/issues/3119))5f8610c Version 1.3.0 (#3327](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3327">/issues/3327))167b585 Build request.url from structured components (#3326](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3326">/issues/3326))3730925 Use removeprefix to strip weak ETag indicator in is_not_modified (#3193](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3193">/issues/3193))e6f7ad1 avoid collapsing exception groups from user code (#2830](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/2830">/issues/2830))115228f Annotate URLPath protocol parameter with Literal (#3285](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3285">/issues/3285))113f193 docs: replace inline ASGI server list with link to canonical implemen… (#3204](https://github.com/href="https://redirect.github.com/Kludex/starlette/issues/3204">/issues/3204))
Originally posted by: luifr10
@dependabot rebase