Skip to content

Commit

Permalink
chore(deps): update fastapi requirement
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.103.0...0.111.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 23a9573 commit af90b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ networkx
node2vec >=0.4.6, <0.5
gensim >=4.3.2, <5.0
uvicorn >=0.23.2
fastapi >=0.103, <0.105
fastapi >=0.103, <0.112
python-dotenv >=1.0, <2.0
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ networkx
node2vec >=0.4.6, <0.5
gensim >=4.3.2, <5.0
uvicorn >=0.23.2
fastapi >=0.103, <0.105
fastapi >=0.103, <0.112
python-dotenv >=1.0, <2.0

0 comments on commit af90b88

Please sign in to comment.