Skip to content

Commit

Permalink
Update fastapi requirement from ==0.110.* to ==0.111.* in /api
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.0...0.111.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 36713ee commit 82961f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastapi==0.110.*
fastapi==0.111.*
smart_open[s3]==7.0.*
uvicorn[standard]==0.29.*

0 comments on commit 82961f1

Please sign in to comment.