Skip to content

Commit c7fd3c4

Browse files
mergify[bot]lesebashwinb
authored
chore: bump starlette version (backport #4158) (#4248)
# What does this PR do? Require at least 0.49.1 which fixes a security vulnerability in the parsing logic of the Range header in FileResponse. Release note: https://github.com/Kludex/starlette/releases/tag/0.49.1 <hr>This is an automatic backport of pull request #4158 done by [Mergify](https://mergify.com). --------- Co-authored-by: Sébastien Han <[email protected]> Co-authored-by: Ashwin Bharambe <[email protected]>
1 parent 1d251b4 commit c7fd3c4

File tree

2 files changed

+609
-568
lines changed

2 files changed

+609
-568
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies = [
4949
"aiosqlite>=0.21.0", # server - for metadata store
5050
"asyncpg", # for metadata store
5151
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
52+
"starlette>=0.49.1",
5253
]
5354

5455
[project.optional-dependencies]

0 commit comments

Comments
 (0)