Skip to content

Commit 599301c

Browse files
pip(deps): update uvicorn requirement from ==0.35.* to ==0.37.* in /backend (#120)
* pip(deps): update uvicorn requirement in /backend Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.37.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: garotm <[email protected]>
1 parent 5bec1f6 commit 599301c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ google-api-python-client>=2.0.0
99
pyjwt==2.10.*
1010
requests==2.32.*
1111
python-dateutil==2.9.*
12+
fastapi==0.118.*
1213
pydantic==2.11.9
13-
fastapi==0.115.12
1414
starlette==0.48.0
1515
python-multipart==0.0.20
1616
python-dotenv>=0.19.0
@@ -23,4 +23,4 @@ opencensus-ext-stackdriver==0.8.0
2323
opencensus==0.11.4
2424

2525
# Server
26-
uvicorn==0.35.*
26+
uvicorn==0.37.*

0 commit comments

Comments
 (0)