build(deps): bump fastapi from 0.104.1 to 0.109.1

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-13 15:08:20 +00:00
committed by GitHub
parent cc6680cb84
commit b96eb52bfc
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ langalf = "langalf.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.104.1"
fastapi = "^0.109.1"
uvicorn = "^0.23.2"
fire = "^0.5.0"
loguru = "^0.7.2"