Skip to content

Commit

Permalink
build(deps): bump fastapi from 0.104.1 to 0.110.1
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.110.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.104.1...0.110.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent 4e308f6 commit 719190b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ langalf = "langalf.__main__:entrypoint"

[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.109.1"
fastapi = ">=0.109.1,<0.111.0"
uvicorn = "^0.23.2"
fire = "^0.5.0"
loguru = "^0.7.2"
Expand Down

0 comments on commit 719190b

Please sign in to comment.